Skip to content

Commit

Permalink
WIP: install wget and unzip
Browse files Browse the repository at this point in the history
JerryScript-DCO-1.0-Signed-off-by: Máté Tokodi mate.tokodi@szteszoftver.hu
  • Loading branch information
matetokodi committed Nov 27, 2023
1 parent 9e6935e commit 856dcf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 856dcf8

Please sign in to comment.