Files
S.P.L.U.R.T-Station-13/tools/ci/install_rust_g.sh
BongaTheProto be96b4ea72 updates to workflows
idk if this will fix the issue
2023-09-03 20:06:32 -05:00

10 lines
273 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
source dependencies.sh
mkdir -p ~/.byond/bin
wget -nv -O ~/.byond/bin/librust_g.so "https://github.com/tgstation/rust-g/releases/download/$RUST_G_VERSION/librust_g.so"
chmod +x ~/.byond/bin/librust_g.so
ldd ~/.byond/bin/librust_g.so