more possible dependency reqs (?)

This commit is contained in:
Putnam3145
2021-07-25 16:49:12 -07:00
parent ce71d99fc8
commit 1266d59f68
3 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -88,12 +88,12 @@ jobs:
mysql -u root -proot tg_ci < SQL/tgstation_schema.sql
mysql -u root -proot -e 'CREATE DATABASE tg_ci_prefixed;'
mysql -u root -proot tg_ci_prefixed < SQL/tgstation_schema_prefixed.sql
- name: Install rust-g
- name: Install rust dependencies
run: |
sudo dpkg --add-architecture i386
sudo apt update || true
sudo apt install -o APT::Immediate-Configure=false libssl1.1:i386
bash tools/ci/install_rust_g.sh
bash tools/ci/install_rust_deps.sh
- name: Compile and run tests
run: |
bash tools/ci/install_byond.sh