File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments