Skip to content

COMP: Fix compile error due to undeclared dependancy on ITKIOPNG #124

COMP: Fix compile error due to undeclared dependancy on ITKIOPNG

COMP: Fix compile error due to undeclared dependancy on ITKIOPNG #124

name: Build, test, package
on:
push:
branches:
- main
tags:
- 'v*'
pull_request:
branches:
- main
jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.2
with:

Check failure on line 18 in .github/workflows/build-test-package.yml

View workflow run for this annotation

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

Invalid workflow file

You have an error in your yaml syntax on line 18
warnings-to-ignore: 'ld. warning. ignoring duplicate libraries. \'-lm\''
python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.2
with:
test-notebooks: false
secrets:
pypi_password: ${{ secrets.pypi_password }}