Skip to content

Commit 8e97704

Browse files
Trying to fix the path to Agility SDK
1 parent 542a8cc commit 8e97704

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/windows.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
$ProgressPreference = 'SilentlyContinue'
4242
Invoke-WebRequest -Uri $env:DX_AGILITY_SDK_URL -OutFile "d3d12.zip"
4343
Expand-Archive -Path "d3d12.zip" -DestinationPath "d3d12_sdk"
44+
echo "DX_AGILITY_SDK_PATH=$env:GITHUB_WORKSPACE/d3d12_sdk" >> $env:GITHUB_ENV
4445
4546
- name: Configure CMake
4647
shell: pwsh
@@ -51,7 +52,7 @@ jobs:
5152
-Bbuild `
5253
-DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }} `
5354
-DD3D12MA_BUILD_SAMPLE=ON `
54-
-DD3D12MA_AGILITY_SDK_DIRECTORY=$env:DX_AGILITY_SDK_URL `
55+
-DD3D12MA_AGILITY_SDK_DIRECTORY=$env:DX_AGILITY_SDK_PATH `
5556
${{ matrix.config.cmake_configure_options }}
5657
5758
- name: Build

0 commit comments

Comments
 (0)