Skip to content

Commit

Permalink
Merge pull request ddnet#7550 from Robyt3/CI-Rustup-Remove-Default
Browse files Browse the repository at this point in the history
Remove unnecessary `rustup default 1.48.0` in non-fancy Linux CI
  • Loading branch information
def- authored Nov 26, 2023
2 parents fc8728b + e7f4be1 commit 0213535
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 0213535

Please sign in to comment.