From b5339465eecc7676879924f9cdd0da6545fc71ea Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 19 Feb 2022 23:52:55 +0800 Subject: fix ci --- .github/workflows/archlinux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/archlinux.yml b/.github/workflows/archlinux.yml index 035433687..391b6d783 100644 --- a/.github/workflows/archlinux.yml +++ b/.github/workflows/archlinux.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Prepare build tools run: | - pacman -Sy --noconfirm --needed git base-devel perl make unzip + pacman -Sy --noconfirm --needed glibc git base-devel perl make unzip - uses: actions/checkout@v2 with: -- cgit v1.3.1