From d08a3078e14abccd776e33f99351b54589c67427 Mon Sep 17 00:00:00 2001 From: rtldg Date: Fri, 18 Jul 2025 01:57:40 +0000 Subject: [PATCH] =?UTF-8?q?use=20srcwr=F0=9F=92=BE=20v2.0.1=20for=20workin?= =?UTF-8?q?g=20linux=20builds?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bc35056..437fb22f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,8 +36,8 @@ jobs: wget https://github.com/srcwr/eventqueuefixfix/releases/download/v1.0.1/eventqueuefixfix-v1.0.1-def5b0e-windows-x32.zip unzip eventqueuefixfix-v1.0.1-def5b0e-windows-x32.zip "addons/sourcemod/extensions/*" rm "addons/sourcemod/extensions/eventqueuefixfix.pdb" - wget https://github.com/srcwr/srcwrfloppy/releases/download/v2.0.0/srcwrfloppy-v2.0.0.zip - unzip -qO UTF-8 srcwrfloppy-v2.0.0.zip "addons/sourcemod/extensions/*" + wget https://github.com/srcwr/srcwrfloppy/releases/download/v2.0.1/srcwrfloppy-v2.0.1.zip + unzip -qO UTF-8 srcwrfloppy-v2.0.1.zip "addons/sourcemod/extensions/*" rm "addons/sourcemod/extensions/srcwr💾.pdb" - name: Run compiler