kopia lustrzana https://github.com/meshtastic/firmware
Debian: Ensure deps exist for changelog bump (#6145)
rodzic
01c717a41d
commit
c93728eb75
|
@ -352,6 +352,12 @@ jobs:
|
||||||
run: >-
|
run: >-
|
||||||
bin/bump_version.py
|
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
|
- name: Update debian changelog
|
||||||
run: >-
|
run: >-
|
||||||
debian/ci_changelog.sh
|
debian/ci_changelog.sh
|
||||||
|
|
Ładowanie…
Reference in New Issue