From bc2ff7c91c372fc84e9ba34b90e43cd9dc3ce172 Mon Sep 17 00:00:00 2001 From: Martin Simon Date: Tue, 25 Apr 2023 15:57:28 +0200 Subject: [PATCH] fix workflow --- .github/workflows/main.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f692bb3..dfa7090 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,13 @@ env: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 + # Continue running on Ubuntu 20.04 because I can't be bothered to fix + # the whole rename.ul drama. + # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926637 + # rename.ul was added back to Debian Testing so it should be back for Ubuntu + # 24.04 + # https://manpages.debian.org/testing/util-linux/rename.ul.1.en.html steps: - name: Checkout uses: actions/checkout@v2