summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorruki <[email protected]>2022-02-19 23:52:55 +0800
committerruki <[email protected]>2022-02-19 23:52:55 +0800
commitb5339465eecc7676879924f9cdd0da6545fc71ea (patch)
tree1cfb495d2c3ed0403943788764b926ba185bdf00 /.github/workflows
parent8056de8474254f3ddfb7d4701f3c6090f477689a (diff)
fix ci
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/archlinux.yml2
1 files changed, 1 insertions, 1 deletions
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: