]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
CI: Downgrade checkout version for compat build
authorMichal Suchanek <msuchanek@suse.de>
Tue, 24 Sep 2024 09:05:59 +0000 (11:05 +0200)
committerMichal Suchanek <msuchanek@suse.de>
Tue, 24 Sep 2024 09:36:20 +0000 (11:36 +0200)
The current checkout action does not run on Ubuntu 18.04

/usr/bin/docker exec  90a3de3652fb2e69b0cf70fc8567dba6b1a25bf1a6645236d19bb6f1486c6158 sh -c "cat /etc/*release | grep ^ID"
/__e/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)

Fixes: #3215
.github/workflows/cibuild.yml

index 5c67600c53bb358643e1ec9f74a811dd98a781f1..ffc6e3d65988f4d18c654180ed068ee9a0ad0610 100644 (file)
@@ -136,7 +136,7 @@ jobs:
       image: ${{ matrix.image }}
     steps:
       - name: Repository checkout
-        uses: actions/checkout@v4
+        uses: actions/checkout@v1
       - name: Ubuntu setup
         run: .github/workflows/cibuild-setup-ubuntu.sh
       - name: Configure