Skip to content

Commit 659dac5

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 6a07239 commit 659dac5

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
@@ -62,4 +62,4 @@ jobs:
6262
- name: newt test all
6363
run: |
6464
cd build
65-
newt test all
65+
sudo `which newt` test all

0 commit comments

Comments
 (0)