@@ -27,13 +27,13 @@ jobs:
2727 - name : Install Vulkan SDK
28282929 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)
34343535 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
92929393 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)
98989999 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
138138139139 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)
144144145145 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
163163164164 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)
169169170170 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
222222223223 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