From 91a2df62afd7b6190bbe6f8ef6c1d3973b6b1a46 Mon Sep 17 00:00:00 2001 From: rtldg <55846624+rtldg@users.noreply.github.com> Date: Sat, 18 Nov 2023 03:52:08 +0000 Subject: [PATCH] update workflow sp dep versions --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1dcd3c3..45052e4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,10 +28,10 @@ jobs: # Mac zip just because it's smaller & we don't repack the extensions... wget https://github.com/ErikMinekus/sm-ripext/releases/download/1.3.1/sm-ripext-1.3.1-mac.zip unzip sm-ripext-1.3.1-mac.zip "addons/sourcemod/scripting/include/*" - wget https://github.com/clugg/sm-json/archive/refs/tags/v4.1.1.tar.gz - tar --strip-components=1 -xvzf v4.1.1.tar.gz sm-json-4.1.1/addons/sourcemod/scripting/include - wget https://github.com/hermansimensen/eventqueue-fix/archive/refs/tags/1.3.1.tar.gz - tar --strip-components=1 -xvzf 1.3.1.tar.gz -C addons/sourcemod + wget https://github.com/clugg/sm-json/archive/refs/tags/v5.0.0.tar.gz + tar --strip-components=1 -xvzf v5.0.0.tar.gz sm-json-5.0.0/addons/sourcemod/scripting/include + wget https://github.com/hermansimensen/eventqueue-fix/archive/refs/tags/1.3.2.tar.gz + tar --strip-components=1 -xvzf 1.3.2.tar.gz -C addons/sourcemod rm -rf *.zip *.tar.gz addons/sourcemod/.git* addons/sourcemod/LICENSE - name: Run compiler