update package before install (#224)

Co-authored-by: Meliox <na>
This commit is contained in:
Meliox 2026-07-05 09:37:28 +02:00 committed by GitHub
parent 9805ce4ed7
commit e44ad6400a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

@ -18,7 +18,9 @@ jobs:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
- name: Install build deps
run: sudo apt-get install -y devscripts debhelper build-essential
run: |
sudo apt-get update -qq
sudo apt-get install -y devscripts debhelper build-essential
- name: Compute build version
id: version

View File

@ -47,7 +47,9 @@ jobs:
# ── Build (mirrors test-release.yml) ───────────────────────────────────
- name: Install build deps
run: sudo apt-get install -y devscripts debhelper build-essential
run: |
sudo apt-get update -qq
sudo apt-get install -y devscripts debhelper build-essential
- name: Inject version into Config.pm
run: |