From 6ec10cebed2e5ce6aeeb3d1e784abb78363330f5 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 30 Mar 2026 19:34:08 +0200 Subject: [PATCH] Prefer apt-get over apt for scripts --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index dddc227..f13e87b 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ runs: - name: Install bsdtar if: ${{ runner.os == 'Linux' }} shell: bash - run: sudo apt install -y libarchive-tools # bsdtar + run: sudo apt-get install -y libarchive-tools # bsdtar - name: Install GAP packages shell: bash