Skip to content

Commit

Permalink
ci: install cargo-vendor-filterer from crates.io instead
Browse files Browse the repository at this point in the history
Signed-off-by: Soc Virnyl Estela <[email protected]>
  • Loading branch information
uncomfyhalomacro committed Nov 2, 2024
1 parent 2404269 commit a34cc71
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4
- name: Install dependencies and Rust
run: |
zypper --non-interactive in libzstd-devel rustup openssl-devel cargo-vendor-filterer
zypper --non-interactive in libzstd-devel rustup openssl-devel
rustup default stable
rustup update
- name: Build
Expand All @@ -26,7 +26,9 @@ jobs:
cargo fmt -- --check || true
- name: Check clippy
run: |
cargo clippy
cargo clippy --release
- name: Install cargo-vendor-filterer
cargo install cargo-vendor-filterer
- name: Run sample projects to test
run: |
cargo -v test

0 comments on commit a34cc71

Please sign in to comment.