fix: 🐛 Fix Ubuntu LTS suddenly not able to install

This commit is contained in:
Berkus Decker 2023-08-07 23:26:06 +03:00 committed by Berkus Decker
parent 0d70caa271
commit f3b65fa44c
1 changed files with 2 additions and 1 deletions

View File

@ -101,7 +101,8 @@ jobs:
- name: Install QEMU (Linux)
run: |
sudo apt install qemu-system-aarch64
sudo apt-get update
sudo apt-get install --fix-missing qemu-system-aarch64
if: runner.os == 'Linux'
- name: Install QEMU (macOS)