Skip to content

Commit

Permalink
Switches from Dos-style to Unix-style path in test-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dylon committed Feb 21, 2024
1 parent 0fa4f69 commit c68f4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:

- name: Test
shell: bash -el {0}
run: .\\build\\test\\Debug\\test-liblevenshtein.exe
run: ./build/test/Debug/test-liblevenshtein.exe

0 comments on commit c68f4d4

Please sign in to comment.