浏览代码

Update archlinux.yml

ruki 3 年之前
父节点
当前提交
a4fff5567e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/archlinux.yml

+ 1 - 1
.github/workflows/archlinux.yml

@@ -18,7 +18,7 @@ jobs:
     steps:
       - name: Installation
         run: |
-          pacman -Sy --noconfirm --needed git base-devel perl make unzip
+          pacman -Sy --noconfirm --needed glibc git base-devel perl make unzip
           pacman -Sy --noconfirm --needed mesa gcc-fortran glu
       - uses: actions/checkout@v1
       - uses: xmake-io/github-action-setup-xmake@v1