Skip to content

Commit

Permalink
Try to debug Windows path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
madmann91 authored Jun 26, 2021
1 parent cad14cd commit 0796086
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
- name: Set path to Thorin (Windows only)
if: startsWith(matrix.os, 'windows')
run: echo "${{github.workspace}}/thorin/build/bin/${{matrix.build-type}}" >> $GITHUB_PATH

- name: Show current path
run: echo "$PATH"

- name: Test Artic
working-directory: ${{github.workspace}}/artic/build
Expand Down

0 comments on commit 0796086

Please sign in to comment.