We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c3d7a6 commit 5eb5e29Copy full SHA for 5eb5e29
1 file changed
.github/workflows/continuous-integration.yml
@@ -46,9 +46,13 @@ jobs:
46
cmake -G "Ninja" -B build_x64 -DCMAKE_BUILD_TYPE=Release
47
cmake --build build_x64
48
49
+ - uses: TheMrMilchmann/setup-msvc-dev@v4
50
+ with:
51
+ arch: x86
52
+
53
- name: Build x86
54
run: |
- cmake -G "Ninja" -B build_x86 -DCMAKE_BUILD_TYPE=Release -A Win32
55
+ cmake -G "Ninja" -B build_x86 -DCMAKE_BUILD_TYPE=Release
56
cmake --build build_x86
57
58
- name: Get short Git hash
0 commit comments