Skip to content

Commit 1d7545d

Browse files
committed
update workflow versions
1 parent 298ad3a commit 1d7545d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
sm-version: [ '1.11', '1.12' ]
10+
sm-version: [ '1.12' ]
1111

1212
name: "Build SM ${{ matrix.sm-version }}"
1313
steps:
@@ -28,10 +28,10 @@ jobs:
2828
# Mac zip just because it's smaller & we don't repack the extensions...
2929
wget https://github.com/ErikMinekus/sm-ripext/releases/download/1.3.1/sm-ripext-1.3.1-mac.zip
3030
unzip sm-ripext-1.3.1-mac.zip "addons/sourcemod/scripting/include/*"
31-
wget https://github.com/clugg/sm-json/archive/refs/tags/v5.0.0.tar.gz
32-
tar --strip-components=1 -xvzf v5.0.0.tar.gz sm-json-5.0.0/addons/sourcemod/scripting/include
33-
wget https://github.com/hermansimensen/eventqueue-fix/archive/refs/tags/1.3.2.tar.gz
34-
tar --strip-components=1 -xvzf 1.3.2.tar.gz -C addons/sourcemod
31+
wget https://github.com/clugg/sm-json/archive/refs/tags/v5.0.1.tar.gz
32+
tar --strip-components=1 -xvzf v5.0.1.tar.gz sm-json-5.0.1/addons/sourcemod/scripting/include
33+
wget https://github.com/hermansimensen/eventqueue-fix/archive/refs/heads/main.tar.gz
34+
tar --strip-components=1 -xvzf main.tar.gz -C addons/sourcemod
3535
rm -rf *.zip *.tar.gz addons/sourcemod/.git* addons/sourcemod/LICENSE
3636
3737
- name: Run compiler

0 commit comments

Comments
 (0)