Skip to content

Commit bbb612a

Browse files
committed
Fix hdiutil path.
1 parent b52cdac commit bbb612a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ jobs:
478478
-DCUTTER_PACKAGE_RZ_SILHOUETTE=ON \
479479
-DCPACK_PACKAGE_FILE_NAME="$PACKAGE_NAME" \
480480
-DCPACK_BUNDLE_APPLE_CERT_APP="-" \
481-
-DCPACK_COMMAND_HDIUTIL="/path/to/hdiutil -debug" \
481+
-DCPACK_COMMAND_HDIUTIL="/usr/bin/hdiutil -debug" \
482482
.. && \
483483
make -j4;
484484
make package

0 commit comments

Comments
 (0)