summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: