build: re-enable win32 runs

This commit is contained in:
Allan Jeremy 2022-09-07 08:45:38 +03:00
parent b2f011c4bb
commit 985d553c4d

View file

@ -19,7 +19,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [windows-latest] os: [windows-latest]
arch: [x64] #Win32, arch: [Win32, x64]
bench: bench:
- { - {
script: "run-benchmarks", script: "run-benchmarks",