Skip to content

Commit

Permalink
Let actions use up-to-date scons
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-x90 committed Feb 15, 2024
1 parent 43f5080 commit e32e35e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:

- name: Install scons
run: |
python -m pip install scons==4.0.0
python -m pip install scons
- name: Generate godot-cpp sources only
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Install scons
run: |
python -m pip install scons==4.0.0
python -m pip install scons
- name: Build module
run: |
Expand Down

0 comments on commit e32e35e

Please sign in to comment.