Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
3v1n0 committed Jan 24, 2025
1 parent 648bd4c commit de09b15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/auto-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
apt update -y
apt install -y git dh-cargo libssl-dev pkg-config
git config --system --add safe.directory "${{ github.workspace }}"
cargo install --locked --root=/usr \
cargo-vendor-filterer@${{ env.CARGO_VENDOR_FILTERER_VERSION }}
Expand Down Expand Up @@ -168,4 +166,5 @@ jobs:
run: |
set -eu
git config --system --add safe.directory "${PWD}"
git push origin ${{ env.update_branch }}:${{ matrix.branch }}

0 comments on commit de09b15

Please sign in to comment.