Skip to content

Commit

Permalink
add 32-bit windows build and macosgst
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Aug 23, 2024
1 parent fff07ff commit 0ede733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
ocaml-compiler: "5.2.0"
triplet: "x64-mingw-static"
- os: windows-latest
ocaml-compiler: "arch-x86_64,system-mingw,ocaml.5.2.0"
triplet: "x64-mingw-static"
ocaml-compiler: "arch-x86_32,system-mingw,ocaml.5.2.0"
triplet: "x32-mingw-static"
defaults:
run:
shell: bash
Expand Down

0 comments on commit 0ede733

Please sign in to comment.