Skip to content

Commit

Permalink
fixup! ci/auto-updates: Use the debian/vendor-rust.sh to vendor depen…
Browse files Browse the repository at this point in the history
…dencies
  • Loading branch information
3v1n0 committed Jan 24, 2025
1 parent c9c562e commit ada11e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/auto-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,16 @@ jobs:
- name: Install dependencies
env:
DEBIAN_FRONTEND: noninteractive
CARGO_VENDOR_FILTERER_VERSION: 0.5.16
shell: bash
run: |
set -euo pipefail
apt update -y
apt install -y dh-cargo
cargo install --locked --root=/usr \
cargo-vendor-filterer@${{ env.CARGO_VENDOR_FILTERER_VERSION }}
- uses: actions/checkout@v4
with:
ref: ${{ matrix.branch }}
Expand Down

0 comments on commit ada11e6

Please sign in to comment.