summaryrefslogtreecommitdiff
path: root/.github/workflows/archlinux.yml
diff options
context:
space:
mode:
authorruki <[email protected]>2022-10-18 22:33:33 +0800
committerruki <[email protected]>2022-10-18 22:33:33 +0800
commit4e6db386bfd6bdb61f7487207f45308153da6653 (patch)
tree71b6397c37ec6db83321469ad5c1dc7ba8a07755 /.github/workflows/archlinux.yml
parent6016c0ce4627b96a3d7b40e82f1c176247694229 (diff)
fix ci
Diffstat (limited to '.github/workflows/archlinux.yml')
-rw-r--r--.github/workflows/archlinux.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/archlinux.yml b/.github/workflows/archlinux.yml
index ae183eb5f..69ad61a81 100644
--- a/.github/workflows/archlinux.yml
+++ b/.github/workflows/archlinux.yml
@@ -19,6 +19,7 @@ jobs:
- name: Prepare build tools
run: |
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
- uses: actions/checkout@v2