diff --git a/.github/workflows/aarch64.yml b/.github/workflows/aarch64.yml index 37b31045..828d4d05 100644 --- a/.github/workflows/aarch64.yml +++ b/.github/workflows/aarch64.yml @@ -9,6 +9,7 @@ jobs: steps: - name: Installing Packages run: | + sudo apt update sudo apt -y install binfmt-support qemu-user-static systemd-container wget libarchive-tools - name: Starting Services run: |