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