Skip to content

Commit 5eb5e29

Browse files
committed
Attempt to fix CI.
1 parent 3c3d7a6 commit 5eb5e29

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/continuous-integration.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,13 @@ jobs:
4646
cmake -G "Ninja" -B build_x64 -DCMAKE_BUILD_TYPE=Release
4747
cmake --build build_x64
4848
49+
- uses: TheMrMilchmann/setup-msvc-dev@v4
50+
with:
51+
arch: x86
52+
4953
- name: Build x86
5054
run: |
51-
cmake -G "Ninja" -B build_x86 -DCMAKE_BUILD_TYPE=Release -A Win32
55+
cmake -G "Ninja" -B build_x86 -DCMAKE_BUILD_TYPE=Release
5256
cmake --build build_x86
5357
5458
- name: Get short Git hash

0 commit comments

Comments
 (0)