diff options
| author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2022-07-04 17:50:54 +0200 |
|---|---|---|
| committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2022-07-04 18:00:29 +0200 |
| commit | 7901986dcf78338e453e44f010a22af361554aaa (patch) | |
| tree | 950dfa1036e9f39d3b635eabcb8b572b9d65a2a9 /.github/workflows | |
| parent | 794dea0dd75ed6e914a5d774d728c2eb670656cc (diff) | |
| download | redot-cpp-7901986dcf78338e453e44f010a22af361554aaa.tar.gz | |
[SCons] Fix msvc, linux-clang, add version check.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39934cb..717c991 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' }} |
