Skip to content

Commit

Permalink
Use an absolute path to flang-new
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Dec 11, 2024
1 parent c808172 commit 2801f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
cmake .. -G Ninja -DCMAKE_INSTALL_PREFIX="${{ env.LIBRARY_PREFIX }}" -DCMAKE_BUILD_TYPE=Release
cmake --build . --target install --config Release
env:
FC: ${{ env.LIBRARY_PREFIX }}\bin\flang-new.exe
FC: C:/Users/runneradmin/micromamba/envs/testing/Library/bin/flang-new.exe

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

0 comments on commit 2801f69

Please sign in to comment.