Skip to content

Commit 7732ddf

Browse files
committed
Fix triplet
1 parent fd5f48e commit 7732ddf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/DirectXTex-GitHub-WSL-11.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
- task: CmdLine@2
180180
displayName: VCPKG install packages
181181
inputs:
182-
script: vcpkg install --x-manifest-root=$(VCPKG_MANIFEST_DIR) --triplet=x64-windows
182+
script: vcpkg install --x-manifest-root=$(VCPKG_MANIFEST_DIR) --triplet=x64-linux
183183
workingDirectory: $(VCPKG_ROOT)
184184
- task: CMake@1
185185
displayName: CMake DirectXTex (Config) dbg

build/DirectXTex-GitHub-WSL.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
- task: CmdLine@2
200200
displayName: VCPKG install packages
201201
inputs:
202-
script: vcpkg install --x-manifest-root=$(VCPKG_MANIFEST_DIR) --triplet=x64-windows
202+
script: vcpkg install --x-manifest-root=$(VCPKG_MANIFEST_DIR) --triplet=x64-linux
203203
workingDirectory: $(VCPKG_ROOT)
204204
- task: CMake@1
205205
displayName: CMake DirectXTex (Config) dbg

0 commit comments

Comments
 (0)