Skip to content

Commit

Permalink
. e Think I finally got the path right. Dang this is finnicky.
Browse files Browse the repository at this point in the history
  • Loading branch information
stagg54 committed Feb 22, 2024
1 parent fe08bf4 commit 64d1227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: ./build.sh $GITHUB_RUN_NUMBER
- name: Install
shell: bash
run: g-cli vip -- --local-vip-file "build\\$(ls build/*.vip)" -lv "20.0 (64-bit)"
run: g-cli vip -- --local-vip-file "$(cygpath -w $(ls build/*.vip))" -lv "20.0 (64-bit)"
- name: Switch Tests
shell: bash
run: ./switch_tests.sh
Expand Down

0 comments on commit 64d1227

Please sign in to comment.