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 ac78896 commit 0d4b549
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/auto-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
CARGO_VENDOR_DIR: ${{ github.workspace }}/vendor_rust
UPDATE_BRANCH: auto-update-rust-packaging-${{ matrix.ubuntu-version }}
steps:
- name: Find files
run: |
# FIXME: drooop
find
- name: Install dependencies
env:
DEBIAN_FRONTEND: noninteractive
Expand All @@ -41,9 +45,6 @@ jobs:
run: |
set -euo pipefail
# FIXME: drooop
find
apt update -y
apt install -y dh-cargo libssl-dev pkg-config
Expand Down

0 comments on commit 0d4b549

Please sign in to comment.