trying to test WHY2 with root's permissions

This commit is contained in:
Václav Šmejkal 2022-04-29 17:34:05 +02:00
parent a04da40120
commit b0a029c816

View File

@ -42,4 +42,4 @@ jobs:
run: ./${{ matrix.build }}
- name: Test
run: ./${{ matrix.output }}
run: sudo ./${{ matrix.output }}