mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 15:19:53 -06:00
Try to fix Ubuntu AArch64 CI (#979)
Also remove previous fixes, they were fixed upstream
This commit is contained in:
6
.github/workflows/build-ubuntu-aarch64.yml
vendored
6
.github/workflows/build-ubuntu-aarch64.yml
vendored
@ -20,11 +20,9 @@ jobs:
|
|||||||
- name: Upgrade system
|
- name: Upgrade system
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ${{runner.workspace}}
|
working-directory: ${{runner.workspace}}
|
||||||
run: | #Fix grub installation error - https://github.com/actions/virtual-environments/issues/1605
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt-get install grub-efi
|
sudo ACCEPT_EULA=Y apt full-upgrade
|
||||||
sudo update-grub
|
|
||||||
sudo apt full-upgrade
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ${{runner.workspace}}
|
working-directory: ${{runner.workspace}}
|
||||||
|
Reference in New Issue
Block a user