Skip to content

Commit

Permalink
fix windows cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
radioegor146 committed Feb 5, 2024
1 parent 510f220 commit b6c7c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
cxx: clang++
- os: windows-latest
compiler_install_command: choco install cmake
prebuild_script: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
prebuild_script: '"C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat"'
cc: cl
cxx: cl
runs-on: ${{ matrix.os.os }}
Expand Down

0 comments on commit b6c7c26

Please sign in to comment.