From b3b8c80d6c11a58a3b9c2d90eb431ec5a2466aee Mon Sep 17 00:00:00 2001 From: Craftyawesome Date: Sun, 2 Jun 2024 22:38:26 -0400 Subject: [PATCH] Fix actions --- .github/workflows/switch.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/switch.yml b/.github/workflows/switch.yml index 81d3aa874..29d5cfa3f 100644 --- a/.github/workflows/switch.yml +++ b/.github/workflows/switch.yml @@ -14,8 +14,11 @@ jobs: steps: - name: Install 7z/zip run: | + echo "deb http://deb.debian.org/debian bullseye non-free" | sudo tee -a /etc/apt/sources.list + echo "deb http://deb.debian.org/debian-security bullseye-security non-free" | sudo tee -a /etc/apt/sources.list + echo "deb http://deb.debian.org/debian bullseye-updates non-free" | sudo tee -a /etc/apt/sources.list apt-get update - apt-get install -y zip p7zip-full + apt-get install -y zip p7zip-rar - name: Checkout repo uses: actions/checkout@v1 - name: Download assets