Skip to content

Commit

Permalink
fixed stuff
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Sep 20, 2023
1 parent 111f54b commit 27ea5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
SKBUILD_CMAKE_ARGS: -DCMAKE_Fortran_COMPILER=$(which ${{ steps.sf.outputs.fc }});-DCMAKE_C_COMPILER=$(which ${{ steps.sf.outputs.cc }})
SKBUILD_CMAKE_ARGS: -DCMAKE_Fortran_COMPILER=${{ steps.sf.outputs.fc }};-DCMAKE_C_COMPILER=${{ steps.sf.outputs.cc }}
CC: ${{ steps.setup-fortran.outputs.cc }}
FC: ${{ steps.setup-fortran.outputs.fc }}

Expand Down

0 comments on commit 27ea5bc

Please sign in to comment.