Further increases the speed of CI (#15049)

* Further increases the speed of CI

* Might need this too
This commit is contained in:
AffectedArc07
2020-12-04 17:03:47 -05:00
committed by GitHub
parent f09ba21ef7
commit 6ee4c907b7
5 changed files with 4 additions and 6 deletions
+1 -2
View File
@@ -75,12 +75,11 @@ jobs:
sudo systemctl start mysql
python3 tools/ci/generate_sql_scripts.py
tools/ci/validate_sql.sh
- name: Install RUST_G
- name: Install RUST_G Deps
run: |
sudo dpkg --add-architecture i386
sudo apt update || true
sudo apt install libssl1.1:i386
bash tools/ci/install_rustg.sh
- name: Compile & Run Unit Tests
run: |
tools/ci/install_byond.sh