Skip to content

Commit

Permalink
CI: use older version of scons
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Jul 9, 2024
1 parent 2349aba commit f6a4b8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gdext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Install tools
run: |
python -m pip install scons
python -m pip install "scons<4.8"
scons --version
pip install ply
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:

- name: Install tools
run: |
python -m pip install scons
python -m pip install "scons<4.8"
scons --version
pip install ply
sudo apt install clang-format
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:

- name: Install tools
run: |
python -m pip install scons
python -m pip install "scons<4.8"
scons --version
pip install ply
brew install clang-format ninja
Expand Down

0 comments on commit f6a4b8d

Please sign in to comment.