Skip to content

Commit 51e0b07

Browse files
authored
Merge pull request #1536 from stan-dev/fix-windows-gha
Fix cross-windows build in Github Actions
2 parents 216cb27 + 48e138e commit 51e0b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
uses: actions/checkout@v4
100100

101101
- name: Install cross-compiler
102-
run: sudo apt-get update; sudo apt-get install -y gcc-mingw-w64-x86-64
102+
run: sudo apt-get update; sudo apt-get install -y gcc-mingw-w64-x86-64 gcc-mingw-w64-i686
103103

104104
- name: Use OCaml ${{ env.OCAML_VERSION }}
105105
uses: ocaml/setup-ocaml@v3

0 commit comments

Comments
 (0)