From 6fbbaac305de0b5786336004b93a01a07c29dfde Mon Sep 17 00:00:00 2001 From: stertooy <5571903+stertooy@users.noreply.github.com> Date: Mon, 6 Apr 2026 22:25:31 +0200 Subject: [PATCH] Update action.yml --- action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f13e87b..e0fd7c0 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,9 @@ runs: - name: Install bsdtar if: ${{ runner.os == 'Linux' }} shell: bash - run: sudo apt-get install -y libarchive-tools # bsdtar + run: | + sudo apt-get update + sudo apt-get install --no-install-recommends libarchive-tools - name: Install GAP packages shell: bash