Skip to content

Commit 281bbb7

Browse files
authored
Update build.yml
1 parent 11dc0c4 commit 281bbb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ jobs:
268268
env:
269269
CERT_CMD: ${{ runner.os == 'MacOS' && format('-DSNAP_MACOSX_CODESIGN_CERT="{0}"', secrets.SNAP_MACOS_DEV_CERTIFICATE_NAME) || '' }}
270270
run: |
271-
cmake $CERT_CMD --build . --target package
271+
VERBOSE=1 cmake $CERT_CMD --build . --target package
272272
273273
# Extract the filename of ITK-SNAP package
274274
- name: Read package name

0 commit comments

Comments
 (0)