From 856dcf8abb2dc9f83b606da441b9e8adc2624aa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Tokodi?= Date: Mon, 27 Nov 2023 17:05:36 +0100 Subject: [PATCH] WIP: install wget and unzip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit JerryScript-DCO-1.0-Signed-off-by: Máté Tokodi mate.tokodi@szteszoftver.hu --- .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 bc4d28d3cc..0c1d34c73c 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 -y install clang gcc-arm-embedded gcc-multilib make git + - run: apt -y install clang gcc-arm-embedded gcc-multilib make git wget unzip - run: make -f ./targets/os/riot/Makefile.travis install-noapt - run: make -f ./targets/os/riot/Makefile.travis script