Skip to content

Commit 7fa7275

Browse files
committed
fixup! ci: add windows builds
1 parent 6880b5a commit 7fa7275

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ jobs:
7777
options: -v ${{ github.workspace }}:/zside --workdir=/zside
7878
shell: bash
7979
run: |
80+
set -e
8081
make -C ./depends download-win
81-
HOST=x86_64-w64-mingw32 make -C ./depends -j
82+
HOST=x86_64-w64-mingw32 make -C ./depends
8283
export CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site
8384
./autogen.sh
8485
./configure --disable-tests --disable-bench --disable-hardening --enable-online-rust

0 commit comments

Comments
 (0)