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:
Robert Müller 2023-11-26 17:42:19 +01:00
parent c90899cc29
commit e7f4be1023

View file

@ -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/