Skip to content

Commit 47b3a08

Browse files
authored
Update cmake-directxtex.yml
1 parent e49a3da commit 47b3a08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cmake-directxtex.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,19 +108,19 @@ jobs:
108108
if: matrix.arch == 'arm64' && matrix.os == 'macos-latest'
109109
run: |
110110
cd DirectXTex/DirectXTex
111-
cmake -S . -B ./build -DCMAKE_OSX_ARCHITECTURES=arm64 -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake -DENABLE_DX12=OFF -DENABLE_DX11=OFF
111+
cmake -S . -B ./build -DCMAKE_OSX_ARCHITECTURES=arm64 -DCMAKE_TOOLCHAIN_FILE=./vcpkg/scripts/buildsystems/vcpkg.cmake -DENABLE_DX12=OFF -DENABLE_DX11=OFF
112112
113113
- name: Configure DirectXTex with CMake for macOS
114114
if: matrix.arch != 'arm64' && matrix.os == 'macos-latest'
115115
run: |
116116
cd DirectXTex/DirectXTex
117-
cmake -S . -B ./build -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake -DENABLE_DX12=OFF -DENABLE_DX11=OFF
117+
cmake -S . -B ./build -DCMAKE_TOOLCHAIN_FILE=./vcpkg/scripts/buildsystems/vcpkg.cmake -DENABLE_DX12=OFF -DENABLE_DX11=OFF
118118
119119
- name: Configure DirectXTex with CMake
120120
if: matrix.os != 'macos-latest'
121121
run: |
122122
cd DirectXTex/DirectXTex
123-
cmake -S . -B ./build -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake
123+
cmake -S . -B ./build -DCMAKE_TOOLCHAIN_FILE=./vcpkg/scripts/buildsystems/vcpkg.cmake
124124
125125
- name: Build DirectXTex
126126
run: cmake --build DirectXTex/DirectXTex/build --config Release

0 commit comments

Comments
 (0)