[SCons] Fix msvc, linux-clang, add version check.

This commit is contained in:
Fabio Alessandrelli
2022-07-04 17:50:54 +02:00
parent 794dea0dd7
commit 7901986dcf
4 changed files with 12 additions and 10 deletions

View File

@@ -75,7 +75,7 @@ jobs:
- name: Install scons
run: |
python -m pip install scons
python -m pip install scons==4.0.0
- name: Setup MinGW for Windows/MinGW build
if: ${{ matrix.platform == 'windows' && matrix.flags == 'use_mingw=yes' }}