summaryrefslogtreecommitdiff
path: root/.github/workflows/archlinux.yml
diff options
context:
space:
mode:
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