Skip to content

Commit

Permalink
Merge pull request #3623 from wasmerio/ci-fix-build
Browse files Browse the repository at this point in the history
ci: Fix build.yaml workflow
  • Loading branch information
syrusakbary authored Feb 24, 2023
2 parents 988df26 + faa506e commit 681d35e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ jobs:
rustup override unset
- name: Build Wasmer with minimal "sys" features
run: |
cargo build --no-default-features --features="sys" --manifest-path=lib/api/Cargo.toml &&
cargo build --manifest-path=lib/cache/Cargo.toml &&
cargo build --no-default-features --features="sys" --manifest-path=lib/api/Cargo.toml
cargo build --manifest-path=lib/cache/Cargo.toml
- name: Dist
if: matrix.build != 'macos-arm64'
run: |
Expand Down

0 comments on commit 681d35e

Please sign in to comment.