Skip to content

Commit e668ef8

Browse files
committed
Add vscript & sourcescramble to workflow
1 parent 47fec34 commit e668ef8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,13 @@ jobs:
3232
tar --strip-components=1 -xvzf v5.0.1.tar.gz sm-json-5.0.1/addons/sourcemod/scripting/include
3333
wget https://github.com/hermansimensen/eventqueue-fix/archive/refs/heads/main.tar.gz
3434
tar --strip-components=1 -xvzf main.tar.gz -C addons/sourcemod
35-
rm -rf *.zip *.tar.gz addons/sourcemod/.git* addons/sourcemod/LICENSE
35+
wget https://github.com/nosoop/SMExt-SourceScramble/releases/download/0.7.1.4/package.tar.gz
36+
tar --strip-components=1 -xvzf package.tar.gz
37+
wget https://github.com/nosoop/SMExt-SourceScramble/releases/download/0.7.1.4/package.zip
38+
unzip package.zip "addons/sourcemod/scripting/extensions/*"
39+
wget https://github.com/FortyTwoFortyTwo/VScript/archive/refs/tags/1.10.0.90.tar.gz
40+
tar --strip-components=1 -xvzf 1.10.0.90.tar.gz
41+
rm -rf *.zip *.tar.gz addons/sourcemod/.git* addons/sourcemod/LICENSE scripts
3642
3743
- name: Run compiler
3844
shell: bash

0 commit comments

Comments
 (0)