Skip to content

Commit

Permalink
Add some debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
karliss committed Oct 20, 2024
1 parent b11c443 commit b52cdac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ jobs:
python-version: 3.12.x
output-id: artifact_windows
- name: macos-x86_64
os: macos-12
os: macos-13
arch: x86_64
package: true
- name: macos-arm64
Expand Down Expand Up @@ -478,6 +478,7 @@ jobs:
-DCUTTER_PACKAGE_RZ_SILHOUETTE=ON \
-DCPACK_PACKAGE_FILE_NAME="$PACKAGE_NAME" \
-DCPACK_BUNDLE_APPLE_CERT_APP="-" \
-DCPACK_COMMAND_HDIUTIL="/path/to/hdiutil -debug" \
.. && \
make -j4;
make package
Expand Down

0 comments on commit b52cdac

Please sign in to comment.