diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b8fd10099..ee78681edf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,14 +40,8 @@ jobs: CI: 'true' steps: - name: Setup container - # WORKAROUND for glibc 2.33 and old Docker - # See https://github.com/actions/virtual-environments/issues/2658 - # Thanks to https://github.com/lxqt/lxqt-panel/pull/1562 run: | - patched_glibc=glibc-linux4-2.33-4-x86_64.pkg.tar.zst - curl -LO "https://repo.archlinuxcn.org/x86_64/$patched_glibc" - bsdtar -C / -xf "$patched_glibc" - pacman -Syu --noconfirm --ignore glibc + pacman -Syu --noconfirm pacman -S --noconfirm tar - name: Checkout source code diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 3bc026a8d5..c55be036aa 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -15,14 +15,8 @@ jobs: CI: 'true' steps: - name: Setup container - # WORKAROUND for glibc 2.33 and old Docker - # See https://github.com/actions/virtual-environments/issues/2658 - # Thanks to https://github.com/lxqt/lxqt-panel/pull/1562 run: | - patched_glibc=glibc-linux4-2.33-4-x86_64.pkg.tar.zst - curl -LO "https://repo.archlinuxcn.org/x86_64/$patched_glibc" - bsdtar -C / -xf "$patched_glibc" - pacman -Syu --noconfirm --ignore glibc + pacman -Syu --noconfirm pacman -S --noconfirm tar - name: Checkout source code