Merge pull request #25 from bruvzg/ci_scons_44

Bump SCons version to fix MSVC detection.
This commit is contained in:
bruvzg
2025-11-01 19:47:05 +02:00
committed by GitHub

View File

@@ -94,7 +94,7 @@ jobs:
- name: Install SCons (Native env)
if: ${{ matrix.mingw != 'yes' }}
run: |
python -m pip install scons==4.0.0
python -m pip install scons==4.9.0
- name: Install mako
run: |