Skip to content

Commit

Permalink
Change: pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
mjshakir committed May 29, 2024
1 parent 1e1a99a commit 6bf6303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
if: steps.check_msvc.outputs.skip_step != 'true'
run: |
echo "CMAKE_TOOLCHAIN_FILE is: $Env:CMAKE_TOOLCHAIN_FILE"
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=%CMAKE_TOOLCHAIN_FILE% ${{ matrix.config.cmake_opts }}
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake ${{ matrix.config.cmake_opts }}
- name: List build directory contents
run: Get-ChildItem -Recurse build/
Expand Down

0 comments on commit 6bf6303

Please sign in to comment.