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 52bbe44 commit 19d7727Copy full SHA for 19d7727
.github/workflows/build-test-publish.yml
@@ -341,6 +341,8 @@ jobs:
341
\${CTEST_CUSTOM_WARNING_EXCEPTION}
342
# macOS Azure VM Warning
343
"ld: warning: text-based stub file"
344
+ # breathelink warning
345
+ "WARNING: Duplicate C"
346
)
347
set(dashboard_no_clean 1)
348
set(ENV{CC} ${{ matrix.c-compiler }})
@@ -369,8 +371,8 @@ jobs:
369
371
with:
370
372
name: Documentation
373
path: |
- ${{ github.workspace }}/../../bld/ITKEx-build/ITKSphinxExamples-*-html.tar.gz
- ${{ github.workspace }}/../../bld/ITKEx-build/ITKSphinxExamples-*-html.zip
374
+ /home/runner/work/bld/ITKEx-build/ITKSphinxExamples-*-html.tar.gz
375
+ /home/runner/work/bld/ITKEx-build/ITKSphinxExamples-*-html.zip
376
377
- name: Unpack site
378
shell: bash
0 commit comments