Skip to content

Commit

Permalink
protect quotes on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
svilupp committed Jan 11, 2024
1 parent 17088fa commit 5accdea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
files: lcov.info
- name: Install JuliaFormatter and format
run: |
julia -e 'import Pkg; Pkg.add("JuliaFormatter")'
julia -e 'using JuliaFormatter; out=format(".", verbose=true); out ? exit(0) : exit(1)'
julia -e 'import Pkg; Pkg.add(\"JuliaFormatter\")'
julia -e 'using JuliaFormatter; out=format(\".\", verbose=true); out ? exit(0) : exit(1)'

0 comments on commit 5accdea

Please sign in to comment.