Skip to content

Commit 1d5e35c

Browse files
committed
Updated windows.yml
1 parent 0987187 commit 1d5e35c

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/windows.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@ jobs:
1515

1616
- name: Install tooling with Choco
1717
shell: pwsh
18-
run: |
19-
choco install cmake.install --version=3.31.6
20-
cmake --version
21-
choco install llvm --version=20.1.4
22-
clang++ --version
23-
choco install git make mingw
18+
run: choco install git
2419

2520
- name: Install Vulkan SDK
2621
uses: humbletim/setup-vulkan-sdk@v1.2.1

0 commit comments

Comments
 (0)