diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2af15b41ca1..12dd59a194d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |