Skip to content

Commit 53cf51d

Browse files
committed
ci: update Vulkan SDK to 1.4.321.0.
1 parent ff34547 commit 53cf51d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
- name: Install Vulkan SDK
2828
uses: humbletim/[email protected]
2929
with:
30-
version: 1.4.309.0
30+
version: 1.4.321.0
3131
cache: true
3232
- if: ${{ runner.os == 'Windows' }}
3333
name: Install Vulkan Runtime with SwiftShader (Windows)
3434
uses: NcStudios/[email protected]
3535
with:
36-
sdkVersion: 1.4.309.0
36+
sdkVersion: 1.4.321.0
3737
- if: ${{ runner.os == 'Linux' }}
3838
name: Linux - Install native dependencies
3939
run: sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev
@@ -91,13 +91,13 @@ jobs:
9191
- name: Install Vulkan SDK
9292
uses: humbletim/[email protected]
9393
with:
94-
version: 1.4.309.0
94+
version: 1.4.321.0
9595
cache: true
9696
- if: ${{ runner.os == 'Windows' }}
9797
name: Install Vulkan Runtime with SwiftShader (Windows)
9898
uses: NcStudios/[email protected]
9999
with:
100-
sdkVersion: 1.4.309.0
100+
sdkVersion: 1.4.321.0
101101
- name: install rust-toolchain
102102
run: cargo version
103103
- name: cargo fetch --locked
@@ -137,13 +137,13 @@ jobs:
137137
- name: Install Vulkan SDK
138138
uses: humbletim/[email protected]
139139
with:
140-
version: 1.4.309.0
140+
version: 1.4.321.0
141141
cache: true
142142
- if: ${{ runner.os == 'Windows' }}
143143
name: Install Vulkan Runtime with SwiftShader (Windows)
144144
uses: NcStudios/[email protected]
145145
with:
146-
sdkVersion: 1.4.309.0
146+
sdkVersion: 1.4.321.0
147147
- name: install rust-toolchain
148148
run: echo "TARGET=$(rustc --print host-tuple)" >> "$GITHUB_ENV"
149149
- name: cargo fetch --locked
@@ -162,13 +162,13 @@ jobs:
162162
- name: Install Vulkan SDK
163163
uses: humbletim/[email protected]
164164
with:
165-
version: 1.4.309.0
165+
version: 1.4.321.0
166166
cache: true
167167
- if: ${{ runner.os == 'Windows' }}
168168
name: Install Vulkan Runtime with SwiftShader (Windows)
169169
uses: NcStudios/[email protected]
170170
with:
171-
sdkVersion: 1.4.309.0
171+
sdkVersion: 1.4.321.0
172172
- if: ${{ runner.os == 'Linux' }}
173173
name: Linux - Install native dependencies
174174
run: sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev
@@ -221,7 +221,7 @@ jobs:
221221
- name: Install Vulkan SDK
222222
uses: humbletim/[email protected]
223223
with:
224-
version: 1.4.309.0
224+
version: 1.4.321.0
225225
cache: true
226226
- name: Install rustup components
227227
run: rustup component add rustfmt clippy

0 commit comments

Comments
 (0)