From 75ae9cbd0096561f305f6474e490c6fe11b02c15 Mon Sep 17 00:00:00 2001 From: jensgrunzer1 <125598768+jensgrunzer1@users.noreply.github.com> Date: Fri, 22 Nov 2024 08:12:50 +0100 Subject: [PATCH] Update aarch64.yml Removed unecessary package --- .github/workflows/aarch64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aarch64.yml b/.github/workflows/aarch64.yml index a3936243..0e57d764 100644 --- a/.github/workflows/aarch64.yml +++ b/.github/workflows/aarch64.yml @@ -10,7 +10,7 @@ jobs: - name: Installing Packages run: | sudo apt update -y - sudo apt -y install binfmt-support qemu-user-static systemd-container wget libarchive-tools + sudo apt -y install binfmt-support qemu-user-static systemd-container wget - name: Starting Services run: | sudo systemctl restart systemd-binfmt