From 4eb618d45f81a7dbe82e3bf6e341e4c15dc54b73 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Fri, 24 Jun 2022 10:45:49 +0200 Subject: [PATCH] .github/workflows/debian-ci.yml: We are not on focal, drop special rule --- .github/workflows/debian-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/debian-ci.yml b/.github/workflows/debian-ci.yml index 8d235d5..da7ccfc 100644 --- a/.github/workflows/debian-ci.yml +++ b/.github/workflows/debian-ci.yml @@ -14,9 +14,6 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - name: Tweak debhelper compat level for focal - run: sed -i -e 's/debhelper-compat (= 13)/debhelper-compat (= 12)/' debian/control - - name: Install build-dependencies run: sudo apt-get build-dep -y .