Skip to content

Commit

Permalink
Lock SConstruct to 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtonmeuser committed Jul 17, 2024
1 parent 14d2e10 commit 6db6b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:

- name: Install Python Packages
shell: bash
run: python -m pip install scons
run: python -m pip install scons==4.7.0

- name: Install Windows Python Packages
if: runner.os == 'Windows'
Expand Down

0 comments on commit 6db6b83

Please sign in to comment.