We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6880b5a commit 7fa7275Copy full SHA for 7fa7275
.github/workflows/build.yml
@@ -77,8 +77,9 @@ jobs:
77
options: -v ${{ github.workspace }}:/zside --workdir=/zside
78
shell: bash
79
run: |
80
+ set -e
81
make -C ./depends download-win
- HOST=x86_64-w64-mingw32 make -C ./depends -j
82
+ HOST=x86_64-w64-mingw32 make -C ./depends
83
export CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site
84
./autogen.sh
85
./configure --disable-tests --disable-bench --disable-hardening --enable-online-rust
0 commit comments