Try to fix Ubuntu AArch64 CI (#979)

Also remove previous fixes, they were fixed upstream
This commit is contained in:
WaluigiWare64 2021-02-02 13:29:51 +00:00 committed by GitHub
parent 0d301c2434
commit b5e601bb88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -20,11 +20,9 @@ jobs:
- name: Upgrade system
shell: bash
working-directory: ${{runner.workspace}}
run: | #Fix grub installation error - https://github.com/actions/virtual-environments/issues/1605
run: |
sudo apt update
sudo apt-get install grub-efi
sudo update-grub
sudo apt full-upgrade
sudo ACCEPT_EULA=Y apt full-upgrade
- name: Install dependencies
shell: bash
working-directory: ${{runner.workspace}}