We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 356eab4 commit 49e50e1Copy full SHA for 49e50e1
1 file changed
.github/workflows/ci.yml
@@ -346,6 +346,7 @@ jobs:
346
shell: bash
347
env: ${{ matrix.custom_env }}
348
- name: Test boring-sys cargo publish
349
+ if: "matrix.thing != 'i686-mingw' && matrix.thing != 'i686-msvc' && matrix.thing != 'x86_64-mingw'" # slowest builds
350
# Running `cargo publish --dry-run` tests two things:
351
#
352
# 1. That `boring-sys` can build BoringSSL with just the files included
0 commit comments