Skip to content

Commit

Permalink
Fix syntax for if clause
Browse files Browse the repository at this point in the history
  • Loading branch information
madmann91 authored Jun 26, 2021
1 parent a9fc1d9 commit cad14cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

# Set the Thorin DLL path for Windows
- name: Set path to Thorin (Windows only)
if: startsWith("${{github.workspace}}", "windows")
if: startsWith(matrix.os, 'windows')
run: echo "${{github.workspace}}/thorin/build/bin/${{matrix.build-type}}" >> $GITHUB_PATH

- name: Test Artic
Expand Down

0 comments on commit cad14cd

Please sign in to comment.