Skip to content

Commit

Permalink
ci: Remove deleted vbus crate from build workflow
Browse files Browse the repository at this point in the history
The vbus crate was removed in the wasix merge.
  • Loading branch information
theduke committed Feb 23, 2023
1 parent 102faec commit 988df26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 988df26

Please sign in to comment.