Skip to content

Commit

Permalink
maybe now it will work
Browse files Browse the repository at this point in the history
  • Loading branch information
covertcorvid committed Aug 10, 2024
1 parent 685b8d3 commit 3d7a4f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export NODE_VERSION_PRECISE=18.14.2
export SPACEMAN_DMM_VERSION=suite-1.8

#auxmos version
export AUXMOS_VERSION=2.5.2
export AUXMOS_VERSION=2.5.2-a

# Python version for mapmerge and other tools
export PYTHON_VERSION=3.11.2
4 changes: 2 additions & 2 deletions tools/ci/install_auxmos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail
source dependencies.sh

mkdir -p ~/.byond/bin
# NSV13 - use Putnam's fork
wget -O ~/.byond/bin/libauxmos.so "https://github.com/Putnam3145/auxmos/releases/download/v${AUXMOS_VERSION}/libauxmos.so"
# NSV13 - use fork
wget -O ~/.byond/bin/libauxmos.so "https://github.com/covertcorvid/auxmos/releases/download/v${AUXMOS_VERSION}/libauxmos.so"
chmod +x ~/.byond/bin/libauxmos.so
ldd ~/.byond/bin/libauxmos.so

0 comments on commit 3d7a4f1

Please sign in to comment.