We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5476037 commit 4dd03b7Copy full SHA for 4dd03b7
.github/workflows/app_build.yml
@@ -760,7 +760,7 @@ jobs:
760
echo "::endgroup::"
761
762
begin_group "Installing"
763
- sudo ./temp_mount/$filename.app/Contents/MacOS/$filename --accept-licenses --default-answer --confirm-command --root $(pwd)/test_install install
+ ./temp_mount/$filename.app/Contents/MacOS/$filename --accept-licenses --default-answer --confirm-command --root $(pwd)/test_install install
764
hdiutil detach ./temp_mount/
765
766
0 commit comments