Skip to content

Commit 3ff81dd

Browse files
committed
ci: remove NcStudios/VulkanCI@v1.2 (used for SwiftShader on Windows).
1 parent adfe6b8 commit 3ff81dd

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ jobs:
2929
with:
3030
version: 1.4.309.0
3131
cache: true
32-
- if: ${{ runner.os == 'Windows' }}
33-
name: Install Vulkan Runtime with SwiftShader (Windows)
34-
uses: NcStudios/VulkanCI@v1.2
35-
with:
36-
sdkVersion: 1.4.309.0
3732
- if: ${{ runner.os == 'Linux' }}
3833
name: Linux - Install native dependencies
3934
run: sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev
@@ -93,11 +88,6 @@ jobs:
9388
with:
9489
version: 1.4.309.0
9590
cache: true
96-
- if: ${{ runner.os == 'Windows' }}
97-
name: Install Vulkan Runtime with SwiftShader (Windows)
98-
uses: NcStudios/VulkanCI@v1.2
99-
with:
100-
sdkVersion: 1.4.309.0
10191
- name: install rust-toolchain
10292
run: cargo version
10393
- name: cargo fetch --locked
@@ -139,11 +129,6 @@ jobs:
139129
with:
140130
version: 1.4.309.0
141131
cache: true
142-
- if: ${{ runner.os == 'Windows' }}
143-
name: Install Vulkan Runtime with SwiftShader (Windows)
144-
uses: NcStudios/VulkanCI@v1.2
145-
with:
146-
sdkVersion: 1.4.309.0
147132
- name: install rust-toolchain
148133
run: echo "TARGET=$(rustc --print host-tuple)" >> "$GITHUB_ENV"
149134
- name: cargo fetch --locked
@@ -164,11 +149,6 @@ jobs:
164149
with:
165150
version: 1.4.309.0
166151
cache: true
167-
- if: ${{ runner.os == 'Windows' }}
168-
name: Install Vulkan Runtime with SwiftShader (Windows)
169-
uses: NcStudios/VulkanCI@v1.2
170-
with:
171-
sdkVersion: 1.4.309.0
172152
- if: ${{ runner.os == 'Linux' }}
173153
name: Linux - Install native dependencies
174154
run: sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev

0 commit comments

Comments
 (0)