We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9d763 commit c808172Copy full SHA for c808172
.github/workflows/test.yml
@@ -93,7 +93,7 @@ jobs:
93
cmake .. -G Ninja -DCMAKE_INSTALL_PREFIX="${{ env.LIBRARY_PREFIX }}" -DCMAKE_BUILD_TYPE=Release
94
cmake --build . --target install --config Release
95
env:
96
- FC: $env:CONDA_PREFIX\Library\bin\flang-new.exe
+ FC: ${{ env.LIBRARY_PREFIX }}\bin\flang-new.exe
97
98
- name: Check (for humans)
99
working-directory: ${{ github.workspace }}/build
0 commit comments