Skip to content

Commit 4dd03b7

Browse files
authored
Can't use sudo on the self hosted runner
1 parent 5476037 commit 4dd03b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/app_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ jobs:
760760
echo "::endgroup::"
761761
762762
begin_group "Installing"
763-
sudo ./temp_mount/$filename.app/Contents/MacOS/$filename --accept-licenses --default-answer --confirm-command --root $(pwd)/test_install install
763+
./temp_mount/$filename.app/Contents/MacOS/$filename --accept-licenses --default-answer --confirm-command --root $(pwd)/test_install install
764764
hdiutil detach ./temp_mount/
765765
echo "::endgroup::"
766766

0 commit comments

Comments
 (0)