Skip to content

Commit fabc70e

Browse files
committed
add 32bit build to the CI
1 parent 83a5356 commit fabc70e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
- os: windows-latest
4040
ocaml-compiler: "5.3"
4141
libev: false
42+
- os: ubuntu-latest
43+
ocaml-compiler: "ocaml-variants.5.3.0+options,ocaml-option-32bit"
44+
libev: false
45+
4246

4347
runs-on: ${{ matrix.os }}
4448

0 commit comments

Comments
 (0)