Bump SCons version to fix MSVC detection.

This commit is contained in:
Pāvels Nadtočajevs
2025-11-01 19:40:12 +02:00
parent c95c0dc8b0
commit 6e377555a0

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: |