diff options
author | Hop311 <Hop3114@gmail.com> | 2024-07-10 22:42:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-10 22:42:39 +0200 |
commit | d1ff26c46dbba3e373f5c71f7ed093b5cd9ca6a0 (patch) | |
tree | 83041a594fa0687babc16d610350588b9858fbed /.github | |
parent | 88dd4ab93ca80cd677528e15043e8b6121c05562 (diff) | |
parent | 6f988f3a7ac28a0ba0d566a203b3b0a549e44e26 (diff) |
Merge pull request #238 from OpenVicProject/force-scons-4.7.0
Update/Fix for SCons 4.8.0
Diffstat (limited to '.github')
-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 |