Skip to content

Commit cf90f2f

Browse files
committed
Fix test.yml error
1 parent 64163e9 commit cf90f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# Prevent `No usable sandbox!` error on Ubuntu. See:
3434
# https://github.com/puppeteer/puppeteer/issues/13595
3535
- name: Disable AppArmor
36-
if: ${{ matrix.os == ubuntu-latest }}
36+
if: ${{ matrix.os == 'ubuntu-latest' }}
3737
run:
3838
echo 0 | sudo tee
3939
/proc/sys/kernel/apparmor_restrict_unprivileged_userns

0 commit comments

Comments
 (0)