We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d1d10 commit b1ebcb2Copy full SHA for b1ebcb2
.github/workflows/archlinux.yml
@@ -18,6 +18,7 @@ jobs:
18
steps:
19
- name: Prepare build tools
20
run: |
21
+ pacman -Syu --noconfirm --needed openssl
22
pacman -Sy --noconfirm --needed glibc git base-devel perl make unzip
23
pacman -Sy --noconfirm --needed mesa gcc-fortran glu
24
git config --global --add safe.directory /__w/xmake/xmake
0 commit comments