diff options
| author | ruki <[email protected]> | 2022-11-07 22:58:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-11-07 22:58:39 +0800 |
| commit | b1ebcb2fc81125989bcea33982e221f3c9136376 (patch) | |
| tree | 40eb18d6cf2819bc36fddf73af0ee5a7f754b2b0 | |
| parent | 33d1d10b0c8259a40c56f72ff7a725aa088599de (diff) | |
fix archlinux ci
| -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 |
