Skip to content

Commit

Permalink
Chore: bump rust-g to 3.0.0-ss220
Browse files Browse the repository at this point in the history
  • Loading branch information
Bizzonium committed Aug 23, 2023
1 parent d41fc39 commit a659de2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/autowiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/run_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified rust_g.dll
Binary file not shown.

0 comments on commit a659de2

Please sign in to comment.