Skip to content

Commit 2801f69

Browse files
committed
Use an absolute path to flang-new
1 parent c808172 commit 2801f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
cmake .. -G Ninja -DCMAKE_INSTALL_PREFIX="${{ env.LIBRARY_PREFIX }}" -DCMAKE_BUILD_TYPE=Release
9494
cmake --build . --target install --config Release
9595
env:
96-
FC: ${{ env.LIBRARY_PREFIX }}\bin\flang-new.exe
96+
FC: C:/Users/runneradmin/micromamba/envs/testing/Library/bin/flang-new.exe
9797

9898
- name: Check (for humans)
9999
working-directory: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)