Skip to content

Commit

Permalink
Correct compiler env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Dec 16, 2024
1 parent 9ba0479 commit 931c7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ jobs:
env:
FC: ${{ steps.setup-fortran.outputs.fc }}
CC: ${{ steps.setup-fortran.outputs.cc }}
CXX: ${{ steps.setup-fortran.outputs.cxx }}
CXX: ${{ steps.setup-fortran.outputs.cc }}
BINSIGN: ${{ needs.check-secret.outputs.sign-state }}
SIGNTOOLDIR: ${{ github.workspace }}/Microsoft.Windows.SDK.BuildTools/bin/10.0.22621.0/x64
run: |
Expand Down

0 comments on commit 931c7d8

Please sign in to comment.