Try adding shell specification

This commit is contained in:
Adam Gastineau 2025-01-08 05:25:43 -08:00
parent b210a1152b
commit c7655ebe2b

View file

@ -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: |