29
29
with :
30
30
version : 1.4.309.0
31
31
cache : true
32
+ - if : ${{ runner.os == 'Windows' }}
33
+ name : Install Vulkan Runtime with SwiftShader (Windows)
34
+
35
+ with :
36
+ sdkVersion : 1.4.309.0
32
37
- if : ${{ runner.os == 'Linux' }}
33
38
name : Linux - Install native dependencies
34
39
run : sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev
88
93
with :
89
94
version : 1.4.309.0
90
95
cache : true
96
+ - if : ${{ runner.os == 'Windows' }}
97
+ name : Install Vulkan Runtime with SwiftShader (Windows)
98
+
99
+ with :
100
+ sdkVersion : 1.4.309.0
91
101
- name : install rust-toolchain
92
102
run : cargo version
93
103
- name : cargo fetch --locked
@@ -129,6 +139,11 @@ jobs:
129
139
with :
130
140
version : 1.4.309.0
131
141
cache : true
142
+ - if : ${{ runner.os == 'Windows' }}
143
+ name : Install Vulkan Runtime with SwiftShader (Windows)
144
+
145
+ with :
146
+ sdkVersion : 1.4.309.0
132
147
- name : install rust-toolchain
133
148
run : echo "TARGET=$(rustc --print host-tuple)" >> "$GITHUB_ENV"
134
149
- name : cargo fetch --locked
@@ -149,6 +164,11 @@ jobs:
149
164
with :
150
165
version : 1.4.309.0
151
166
cache : true
167
+ - if : ${{ runner.os == 'Windows' }}
168
+ name : Install Vulkan Runtime with SwiftShader (Windows)
169
+
170
+ with :
171
+ sdkVersion : 1.4.309.0
152
172
- if : ${{ runner.os == 'Linux' }}
153
173
name : Linux - Install native dependencies
154
174
run : sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev
0 commit comments