File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -754,14 +754,14 @@ jobs:
754
754
755
755
begin_group "Mounting Dmg, and checking signature of installer app"
756
756
mkdir temp_mount
757
- hdiutil attach -mountpoint ./temp_mount/ $dmg
757
+ sudo hdiutil attach -mountpoint ./temp_mount/ $dmg
758
758
filename="${dmg%.*}"
759
759
spctl --assess --type open --context context:primary-signature -vvvv ./temp_mount/$filename.app
760
760
echo "::endgroup::"
761
761
762
762
begin_group "Installing"
763
- ./temp_mount/$filename.app/Contents/MacOS/$filename --accept-licenses --default-answer --confirm-command --root $(pwd)/test_install install
764
- hdiutil detach ./temp_mount/
763
+ sudo ./temp_mount/$filename.app/Contents/MacOS/$filename --accept-licenses --default-answer --confirm-command --root $(pwd)/test_install install
764
+ sudo hdiutil detach ./temp_mount/
765
765
echo "::endgroup::"
766
766
767
767
begin_group "Quick Check signature of inner executables and binaries"
You can’t perform that action at this time.
0 commit comments