2
0
ruki 3 жил өмнө
parent
commit
a4fff5567e

+ 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