From: Masatake YAMATO Date: Sat, 11 Oct 2025 22:25:17 +0000 (+0900) Subject: ci: roll back the version of checkout for "build (compat, ubuntu:18.04)" X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2af05e8d2794079d49d1e554a5146ce5291ba2c1;p=thirdparty%2Futil-linux.git ci: roll back the version of checkout for "build (compat, ubuntu:18.04)" With the change 28af8ed133ff15d50b5e2d644c6617d0a3e17033, we got the following error at "Post repository checkout" stage on "build (compat, ubuntu:18.04)": Post job cleanup. /usr/bin/docker exec 94db032be2efb37ea68b3ce562ce52ba3dea047f5ac970aabb7fded075116c20 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) Signed-off-by: Masatake YAMATO --- diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index f4f28e631..44985d9a1 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -135,7 +135,7 @@ jobs: image: ${{ matrix.image }} steps: - name: Repository checkout - uses: actions/checkout@v5 + uses: actions/checkout@v1 - name: Ubuntu setup run: .github/workflows/cibuild-setup-ubuntu.sh - name: Configure