Skip to content

Commit 2e9dc64

Browse files
Update build-cmake.yml
1 parent 68c9835 commit 2e9dc64

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-cmake.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ jobs:
125125
vulkan-query-version: 1.4.304.1
126126
vulkan-components: Vulkan-Headers, Vulkan-Loader
127127
vulkan-use-cache: true
128+
- name: "Install DirectX 12 Agility SDK"
129+
run: |
130+
dotnet add package Microsoft.Direct3D.D3D12 --version 1.615.1
128131
- name: "Configure and Build"
129132
shell: cmd
130133
run: |

0 commit comments

Comments
 (0)