mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 13:27:41 -07:00
Try to fix Ubuntu AArch64 CI (#979)
Also remove previous fixes, they were fixed upstream
This commit is contained in:
parent
0d301c2434
commit
b5e601bb88
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}}
|
||||||
|
Loading…
Reference in New Issue
Block a user