Browse Source

Update archlinux.yml

ruki 3 years ago
parent
commit
a4fff5567e
1 changed files with 1 additions and 1 deletions
  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