We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f289e commit 7ff2942Copy full SHA for 7ff2942
1 file changed
.github/workflows/build-test-package.yml
@@ -15,6 +15,8 @@ on:
15
jobs:
16
cxx-build-workflow:
17
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.2
18
+ with:
19
+ warnings-to-ignore: 'ld. warning. ignoring duplicate libraries. \'-lm\''
20
21
python-build-workflow:
22
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.2
0 commit comments