From e668ef83953a535ed0abfed2a12d55fa4d54cd38 Mon Sep 17 00:00:00 2001 From: rtldg Date: Wed, 26 Mar 2025 13:43:46 +0000 Subject: [PATCH] Add vscript & sourcescramble to workflow --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82ea637e..34129597 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,13 @@ jobs: tar --strip-components=1 -xvzf v5.0.1.tar.gz sm-json-5.0.1/addons/sourcemod/scripting/include wget https://github.com/hermansimensen/eventqueue-fix/archive/refs/heads/main.tar.gz tar --strip-components=1 -xvzf main.tar.gz -C addons/sourcemod - rm -rf *.zip *.tar.gz addons/sourcemod/.git* addons/sourcemod/LICENSE + wget https://github.com/nosoop/SMExt-SourceScramble/releases/download/0.7.1.4/package.tar.gz + tar --strip-components=1 -xvzf package.tar.gz + wget https://github.com/nosoop/SMExt-SourceScramble/releases/download/0.7.1.4/package.zip + unzip package.zip "addons/sourcemod/scripting/extensions/*" + wget https://github.com/FortyTwoFortyTwo/VScript/archive/refs/tags/1.10.0.90.tar.gz + tar --strip-components=1 -xvzf 1.10.0.90.tar.gz + rm -rf *.zip *.tar.gz addons/sourcemod/.git* addons/sourcemod/LICENSE scripts - name: Run compiler shell: bash