Skip to content

Commit

Permalink
Use single quotes on file name for Windows sake
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed Oct 31, 2023
1 parent 4dfce9d commit bff858f
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes here will be overwritten by Copier
AddMacToCI: true
AddWinToCI: false
AddWinToCI: true
AuthorEmail: [email protected]
AuthorName: Abel Soares Siqueira
JuliaMinVersion: '1.6'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
os:
- ubuntu-latest
- macOS-latest
#- windows-latest
- windows-latest
arch:
- x64
allow_failure: [false]
Expand Down

0 comments on commit bff858f

Please sign in to comment.