diff options
author | hop311 <hop3114@gmail.com> | 2024-07-10 22:18:26 +0200 |
---|---|---|
committer | hop311 <hop3114@gmail.com> | 2024-07-10 22:18:26 +0200 |
commit | d543afabf5b36c16be1fb5d417e8ea0b5840be37 (patch) | |
tree | 8bb55e6cf46c67f31631d73a3e5aec5298a2b21a /.github/workflows/builds.yml | |
parent | 88dd4ab93ca80cd677528e15043e8b6121c05562 (diff) |
Force Github Actions to use SCons 4.7.0
Diffstat (limited to '.github/workflows/builds.yml')
-rw-r--r-- | .github/workflows/builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index c888b57..07632e6 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -101,7 +101,7 @@ jobs: shell: bash run: | python -c "import sys; print(sys.version)" - python -m pip install scons + python -m pip install scons==4.7.0 scons --version - name: Linux dependencies |