Skip to content

Commit

Permalink
Fix TGS CI (tgstation#85902)
Browse files Browse the repository at this point in the history
- Update dreamluau dependency.
- Add missing native dependencies.

Closes tgstation#85731
  • Loading branch information
Cyberboss authored Aug 16, 2024
1 parent c8ee7ee commit 636f6fe
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 @@ -25,7 +25,7 @@ export PYTHON_VERSION=3.9.0
export DREAMLUAU_REPO="tgstation/dreamluau"

#dreamluau git tag
export DREAMLUAU_VERSION=0.1.0
export DREAMLUAU_VERSION=0.1.1

#hypnagogic repo
export CUTTER_REPO=spacestation13/hypnagogic
Expand Down
4 changes: 2 additions & 2 deletions tools/tgs_scripts/InstallDeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ if ! ( [ -x "$has_git" ] && [ -x "$has_curl" ] && [ -f "/usr/lib/i386-linux-gnu/
if ! [ -x "$has_sudo" ]; then
dpkg --add-architecture i386
apt-get update
apt-get install -y lib32z1 git pkg-config libssl-dev:i386 libssl-dev zlib1g-dev:i386 curl
apt-get install -y lib32z1 git pkg-config libssl-dev:i386 libssl-dev zlib1g-dev:i386 curl libclang-dev g++-multilib
else
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install -y lib32z1 git pkg-config libssl-dev:i386 libssl-dev zlib1g-dev:i386 curl
sudo apt-get install -y lib32z1 git pkg-config libssl-dev:i386 libssl-dev zlib1g-dev:i386 curl libclang-dev g++-multilib
fi
fi

Expand Down

0 comments on commit 636f6fe

Please sign in to comment.