Debian: Ensure deps exist for changelog bump (#6145)

This commit is contained in:
Austin
2025-02-24 09:16:18 -06:00
committed by GitHub
co-authored by GitHub
parent 01c717a41d
commit c93728eb75
+6
View File
@@ -352,6 +352,12 @@ jobs:
run: >-
bin/bump_version.py
- name: Ensure debian deps are installed
shell: bash
run: |
sudo apt-get update -y --fix-missing
sudo apt-get install -y devscripts
- name: Update debian changelog
run: >-
debian/ci_changelog.sh