Skip to content

Commit

Permalink
WIP: Use verbose logging to debug the Windows link error
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Oct 16, 2024
1 parent 23487dc commit b44b642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ on:

jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@e652fa28bfd900126ad59492716895f248ca10ff
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@eaf04d8fc526dc24182d991d971cdd3c1fbab21d

python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@e652fa28bfd900126ad59492716895f248ca10ff
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@eaf04d8fc526dc24182d991d971cdd3c1fbab21d
with:
macosx-deployment-target: '10.15'
secrets:
Expand Down

0 comments on commit b44b642

Please sign in to comment.