diff --git a/.github/workflows/autowiki.yml b/.github/workflows/autowiki.yml index 0a431d520ba965..6a84e1587cb399 100644 --- a/.github/workflows/autowiki.yml +++ b/.github/workflows/autowiki.yml @@ -32,7 +32,6 @@ jobs: run: | sudo dpkg --add-architecture i386 sudo apt update || true - sudo apt install -o APT::Immediate-Configure=false libssl1.1:i386 bash tools/ci/install_rust_g.sh - name: Compile and generate Autowiki files if: steps.secrets_set.outputs.SECRETS_ENABLED diff --git a/.github/workflows/run_integration_tests.yml b/.github/workflows/run_integration_tests.yml index 1a7787e529844a..762026ee20f739 100644 --- a/.github/workflows/run_integration_tests.yml +++ b/.github/workflows/run_integration_tests.yml @@ -46,7 +46,6 @@ jobs: sudo dpkg --add-architecture i386 sudo apt update || true sudo apt install libgcc-s1:i386 - sudo apt install -o APT::Immediate-Configure=false libssl-dev:i386 bash tools/ci/install_rust_g.sh - name: Install auxlua run: | diff --git a/dependencies.sh b/dependencies.sh index a89ac8e8a02622..156a9caaa90708 100644 --- a/dependencies.sh +++ b/dependencies.sh @@ -8,7 +8,7 @@ export BYOND_MAJOR=514 export BYOND_MINOR=1588 #rust_g git tag -export RUST_G_VERSION=1.2.0-ss220 +export RUST_G_VERSION=3.0.0-ss220 #node version export NODE_VERSION=14 diff --git a/rust_g.dll b/rust_g.dll index cc584d5a15ec86..df1aca145f46fd 100644 Binary files a/rust_g.dll and b/rust_g.dll differ