Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyXu authored and Byron committed Aug 24, 2024
1 parent d218a5e commit 3537714
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,13 @@ jobs:
with:
submodules: true

- run: |
rustup toolchain install nightly --profile minimal --no-self-update
cargo +nightly update -Zminimal-versions
- run: cargo build
- run: cargo build --features zlib-ng --no-default-features
- run: ./cargo-zng build
- run: cargo build --no-default-features --features zlib-ng-no-cmake-experimental-community-maintained || echo "::warning::failed to build libz-ng with --features zlib-ng-no-cmake-experimental-community-maintained"

strategy:
Expand Down

0 comments on commit 3537714

Please sign in to comment.