mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-09 00:52:09 +00:00
12 lines
373 B
Bash
Executable File
12 lines
373 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
# This script is not actually used by CI, but kept as a reference incase we refactor CI again
|
|
|
|
source _build_dependencies.sh
|
|
|
|
mkdir -p ~/.byond/bin
|
|
wget -O ~/.byond/bin/librust_g.so "https://github.com/ParadiseSS13/rust-g/releases/download/$RUSTG_VERSION/librust_g.so"
|
|
chmod +x ~/.byond/bin/librust_g.so
|
|
ldd ~/.byond/bin/librust_g.so
|