From 988df265a3cc42857a1be06515c09ddacc9b8c33 Mon Sep 17 00:00:00 2001 From: Christoph Herzog Date: Thu, 23 Feb 2023 22:09:44 +0100 Subject: [PATCH] ci: Remove deleted vbus crate from build workflow The vbus crate was removed in the wasix merge. --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b24a907edca..2af15b41ca1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -246,7 +246,6 @@ jobs: run: | cargo build --no-default-features --features="sys" --manifest-path=lib/api/Cargo.toml && cargo build --manifest-path=lib/cache/Cargo.toml && - cargo build --manifest-path=lib/vbus/Cargo.toml - name: Dist if: matrix.build != 'macos-arm64' run: |