From ac78896dc73a19903474c5fa47c700d5d82c6c94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Fri, 24 Jan 2025 18:54:05 +0100 Subject: [PATCH] tmp --- .github/workflows/auto-updates.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/auto-updates.yaml b/.github/workflows/auto-updates.yaml index 0d58b9d4f..305e6cf94 100644 --- a/.github/workflows/auto-updates.yaml +++ b/.github/workflows/auto-updates.yaml @@ -41,11 +41,15 @@ jobs: run: | set -euo pipefail + # FIXME: drooop + find + apt update -y apt install -y dh-cargo libssl-dev pkg-config cargo install --locked --root=/usr \ cargo-vendor-filterer@${{ env.CARGO_VENDOR_FILTERER_VERSION }} + - uses: actions/checkout@v4 with: ref: ${{ matrix.branch }}