mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-22 00:02:04 +00:00
* Redoes CI + removes RUSTG from the repo * We need these * Split these out * Why does every CI PR end like this * Agh * Fun * Even more shit * Try this * Lets bump this
10 lines
281 B
Bash
Executable File
10 lines
281 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
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-ci.so"
|
|
chmod +x ~/.byond/bin/librust_g.so
|
|
ldd ~/.byond/bin/librust_g.so
|