From 9e6935e7d0c1f3b37315df129b003daf9a0d21ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Tokodi?= Date: Mon, 27 Nov 2023 17:01:52 +0100 Subject: [PATCH] =?UTF-8?q?WIP:=20add=20-y=20to=20apt=20JerryScript-DCO-1.?= =?UTF-8?q?0-Signed-off-by:=20M=C3=A1t=C3=A9=20Tokodi=20mate.tokodi@sztesz?= =?UTF-8?q?oftver.hu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gh-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-actions.yml b/.github/workflows/gh-actions.yml index 0cf64d31c9..bc4d28d3cc 100644 --- a/.github/workflows/gh-actions.yml +++ b/.github/workflows/gh-actions.yml @@ -322,7 +322,7 @@ jobs: - run: apt-get -y install software-properties-common - run: add-apt-repository ppa:team-gcc-arm-embedded/ppa - run: apt-get update - - run: apt install clang gcc-arm-embedded gcc-multilib make git + - run: apt -y install clang gcc-arm-embedded gcc-multilib make git - run: make -f ./targets/os/riot/Makefile.travis install-noapt - run: make -f ./targets/os/riot/Makefile.travis script