Skip to content

Commit 16c5eed

Browse files
committed
ci: Execute newt test with super powers
This is required by latest MacOS runners (see [1]) and doesn't affect Linux. For simplicity keep same job for all. [1] actions/runner-images#10924
1 parent ca41262 commit 16c5eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/newt_test_all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
shell: bash
6060
run: |
6161
cd build
62-
newt test all
62+
sudo `which newt` test all

0 commit comments

Comments
 (0)