Skip to content

Commit

Permalink
test_as_action: use sudo to allow installation testing
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyCat committed Aug 29, 2024
1 parent bdf2342 commit de40106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ jobs:
- name: Test install 0.7
run: |
mkdir -p test
./test-pkg-install-az | tee test/test-0.7.log
sudo ./test-pkg-install-az | tee test/test-0.7.log
if grep -q 'kaitai-struct-compiler 0.7' test/test-0.7.log; then
echo OK
else

0 comments on commit de40106

Please sign in to comment.