Skip to content

Commit

Permalink
Fix Github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
stechyo committed Oct 12, 2024
1 parent b84001a commit 0797b23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
- name: install-deps
run: |
# install scons
python -c "import sys; print(sys.version)"
python -m pip install scons==4.4.0
python -m pip install --break-system-packages scons==4.4.0
scons --version
# install windows deps
sudo apt-get install mingw-w64
Expand Down

0 comments on commit 0797b23

Please sign in to comment.