Skip to content

Commit

Permalink
WIP: install python3-venv
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 28, 2023
1 parent a35f7bf commit 1052e68
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 wget unzip cmake
- run: apt -y install clang gcc-arm-embedded gcc-multilib make git wget unzip python3-venv cmake
- run: python3 -m venv ./venv
- run: |
. venv/bin/activate
Expand Down

0 comments on commit 1052e68

Please sign in to comment.