Skip to content

Commit

Permalink
ci: Fix build.yaml workflow
Browse files Browse the repository at this point in the history
Syntax error in bash script...
  • Loading branch information
theduke committed Feb 24, 2023
1 parent 988df26 commit faa506e
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 faa506e

Please sign in to comment.