From c93728eb75b47ddcdb258d78faccd2f908295e79 Mon Sep 17 00:00:00 2001 From: Austin Date: Mon, 24 Feb 2025 10:16:18 -0500 Subject: [PATCH] Debian: Ensure deps exist for changelog bump (#6145) --- .github/workflows/main_matrix.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index 7062ef525..ef0ab81a6 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -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