Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
georgelemon authored Apr 19, 2024
1 parent 7e5bfa0 commit e439de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- run: nimble test
- name: "test denim on windows"
if: matrix.os == 'windows-latest'
run: "denim.exe build tests\myaddon.nim -r -y --cmake"
run: "denim.exe build tests\\myaddon.nim -r -y --cmake"
- name: 'test denim on unix'
run: "denim build tests/myaddon.nim -r -y --cmake"

0 comments on commit e439de4

Please sign in to comment.