From 6e377555a0f10f1066fb14f1e057abcbc6853bcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pa=CC=84vels=20Nadtoc=CC=8Cajevs?= <7645683+bruvzg@users.noreply.github.com> Date: Sat, 1 Nov 2025 19:40:12 +0200 Subject: [PATCH] Bump SCons version to fix MSVC detection. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 66734f6..c66ecfa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: |