We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c137d commit 7d9d763Copy full SHA for 7d9d763
.github/workflows/test.yml
@@ -68,7 +68,6 @@ jobs:
68
69
env:
70
LIBRARY_PREFIX: $env:CONDA_PREFIX\Library
71
- FC: $env:CONDA_PREFIX\Library\bin\flang-new.exe
72
73
steps:
74
- uses: actions/checkout@v4
@@ -93,6 +92,8 @@ jobs:
93
92
run: |
94
cmake .. -G Ninja -DCMAKE_INSTALL_PREFIX="${{ env.LIBRARY_PREFIX }}" -DCMAKE_BUILD_TYPE=Release
95
cmake --build . --target install --config Release
+ env:
96
+ FC: $env:CONDA_PREFIX\Library\bin\flang-new.exe
97
98
- name: Check (for humans)
99
working-directory: ${{ github.workspace }}/build
0 commit comments