Skip to content

Commit

Permalink
WIP: install make, git, and python3-pip
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 f04f9b9 commit c64f73a
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 @@ -283,7 +283,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 gcc-arm-embedded python3-setuptools mercurial
- run: apt -y install gcc-arm-embedded python3-setuptools mercurial make git python3-pip
- run: make -f ./targets/os/mbedos/Makefile.travis install
- run: make -f ./targets/os/mbedos/Makefile.travis script

Expand Down

0 comments on commit c64f73a

Please sign in to comment.