Skip to content

Commit

Permalink
Fix path again
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Aug 23, 2024
1 parent 7730aa2 commit 5fd3959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
working-directory: ${{ github.workspace }}
run: >
cmake --preset=${{ matrix.build_type }} -DBUILD_TESTING=OFF -DBUILD_XAUDIO_WIN10=OFF -DBUILD_XAUDIO_REDIST=ON
-DIRECTX_DXC_TOOL="${{ github.workspace }}/vcpkg/packages/directx-dxc_x64-windows/bin/"
-DIRECTX_DXC_PATH="${{ github.workspace }}/build/vcpkg_installed/x64-windows/tools/directx-dxc"
-DCMAKE_TOOLCHAIN_FILE="${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake" -DVCPKG_MANIFEST_DIR="${{ github.workspace }}/build"
-DVCPKG_TARGET_TRIPLET="${env:VCPKG_DEFAULT_TRIPLET}"
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ Bin
/wiki
/out
/CMakeUserPresets.json
/build/vcpkg_installed

0 comments on commit 5fd3959

Please sign in to comment.