pull: split into package_info::lookup and pull
Some checks failed
CI / build (push) Failing after 1m47s

This commit is contained in:
2026-01-11 12:12:19 +01:00
parent b724d46f2c
commit 650adc28a3
5 changed files with 92 additions and 80 deletions

View File

@@ -32,6 +32,12 @@ jobs:
sudo apt-get install -y pkg-config libssl-dev libgpg-error-dev libgpgme-dev
- name: Build
run: cargo build
env:
RUST_FLAGS: -Dwarnings
- name: Lint
run: cargo clippy --all-targets --all-features
env:
RUST_FLAGS: -Dwarnings
- name: Install runtime system dependencies
run: |
sudo apt-get update