diff options
| -rw-r--r-- | .github/workflows/archlinux.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/archlinux.yml b/.github/workflows/archlinux.yml index 69ad61a81..7ca627271 100644 --- a/.github/workflows/archlinux.yml +++ b/.github/workflows/archlinux.yml @@ -18,6 +18,7 @@ jobs: steps: - name: Prepare build tools run: | + pacman -Syu --noconfirm --needed openssl pacman -Sy --noconfirm --needed glibc git base-devel perl make unzip pacman -Sy --noconfirm --needed mesa gcc-fortran glu git config --global --add safe.directory /__w/xmake/xmake |
