From c7655ebe2b21275d96623450436c417c8a547ab0 Mon Sep 17 00:00:00 2001 From: Adam Gastineau Date: Wed, 8 Jan 2025 05:25:43 -0800 Subject: [PATCH] Try adding shell specification --- .github/actions/run-test/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/run-test/action.yml b/.github/actions/run-test/action.yml index b5244ba860..59f6dc4fa8 100644 --- a/.github/actions/run-test/action.yml +++ b/.github/actions/run-test/action.yml @@ -58,6 +58,7 @@ runs: if: ${{ runner.os == 'Linux' }} run: | sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0 + shell: bash - name: Run tests if: inputs.shell == 'bash' run: |