Skip to content

Commit

Permalink
ci: fix windows path
Browse files Browse the repository at this point in the history
  • Loading branch information
gnattu committed Jul 8, 2024
1 parent 452a4a6 commit d409d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_meta_win_clang_portable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
diffstat
mingw-w64-clang-x86_64-nasm
- run: 'C:\Program Files\Git\bin\git.exe config --global core.autocrlf false' # Disable autocrlf for windows
- run: '"C:\Program Files\Git\bin\git.exe" config --global core.autocrlf false' # Disable autocrlf for windows
- run: git config --global core.autocrlf false
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

Expand Down

0 comments on commit d409d92

Please sign in to comment.