Skip to content

Commit 717f275

Browse files
ci: fix deb build
It seems that something has been changed in the package dependencies and `install` no longer works here without `update`.
1 parent 5507a6e commit 717f275

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/packing.yml

+1
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ jobs:
414414

415415
- name: Install deb packing tools
416416
run: |
417+
sudo apt update
417418
sudo apt install -y devscripts equivs
418419
419420
- name: Make changelog entry for non-release build

0 commit comments

Comments
 (0)