We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccccd4b commit 1a86890Copy full SHA for 1a86890
1 file changed
.github/workflows/opus.yml
@@ -230,7 +230,7 @@ jobs:
230
231
- name: Configure
232
working-directory: ./build
233
- run: cmake ../opus -G "Visual Studio 17 2022" -A ARM -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON
+ run: cmake ../opus -G "Visual Studio 17 2022" -A ARM,version=10.0.22621.0 -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON
234
235
- name: Build
236
0 commit comments