mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 22:48:18 +00:00
Remove unnecessary rustup default 1.48.0
in non-fancy Linux CI
The old default version causes linking errors for the tests in the non-fancy Linux CI, i.e. with Ubuntu 20.04.
This commit is contained in:
parent
c90899cc29
commit
e7f4be1023
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -56,7 +56,6 @@ jobs:
|
|||
- name: Prepare Linux (non-fancy)
|
||||
if: ${{ contains(matrix.os, 'ubuntu') && !matrix.fancy }}
|
||||
run: |
|
||||
rustup default 1.48.0
|
||||
sudo rm -rf /var/lib/mysql/ /var/run/mysqld
|
||||
sudo mkdir /var/lib/mysql/ /var/run/mysqld/
|
||||
sudo chown mysql:mysql /var/lib/mysql/ /var/run/mysqld/
|
||||
|
|
Loading…
Reference in a new issue