Skip to content

Commit 7ff2942

Browse files
committed
COMP: Fix MacOS CI: ld: warning: ignoring duplicate libraries: '-lm'
1 parent f3f289e commit 7ff2942

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-test-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ on:
1515
jobs:
1616
cxx-build-workflow:
1717
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.2
18+
with:
19+
warnings-to-ignore: 'ld. warning. ignoring duplicate libraries. \'-lm\''
1820

1921
python-build-workflow:
2022
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.2

0 commit comments

Comments
 (0)