Skip to content

Commit

Permalink
sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Dec 1, 2023
1 parent 06c2a3c commit 6a46528
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# byond version
export BYOND_MAJOR=515
export BYOND_MINOR=1619
export BYOND_MINOR=1620

#rust version
export RUST_VERSION=1.73.0
Expand All @@ -27,4 +27,4 @@ export PYTHON_VERSION=3.7.9
export AUXMOS_REPO=https://github.com/Putnam3145/auxmos

#auxmos version
export AUXMOS_VERSION=434ed4ca7a0bf072f9861bd6e54552af8fb9e27f
export AUXMOS_VERSION=35d3e27c1399638b643e2ad0c65e9895cbb0b2d1
2 changes: 1 addition & 1 deletion tools/ci/build_auxmos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi
git fetch origin --depth=1 $AUXMOS_VERSION
git reset --hard FETCH_HEAD

sudo apt install g++-multilib -y
sudo apt-get install g++-multilib -y
rustup target add i686-unknown-linux-gnu

cargo build --release --target=i686-unknown-linux-gnu --features "all_reaction_hooks,katmos"
Expand Down

0 comments on commit 6a46528

Please sign in to comment.