summaryrefslogtreecommitdiff
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
parent6016c0ce4627b96a3d7b40e82f1c176247694229 (diff)
fix ci
-rw-r--r--.github/workflows/archlinux.yml1
-rw-r--r--.github/workflows/fedora.yml1
-rw-r--r--.github/workflows/linux.yml1
3 files changed, 3 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
diff --git a/.github/workflows/fedora.yml b/.github/workflows/fedora.yml
index 9a6a0d50d..eb2617523 100644
--- a/.github/workflows/fedora.yml
+++ b/.github/workflows/fedora.yml
@@ -20,6 +20,7 @@ jobs:
run: |
uname -a
dnf -y install @development-tools @rpm-development-tools
+ dnf -y install mesa-libGL-devel mesa-libGLU-devel
dnf -y install copr-cli make gcc-c++
dnf -y install perl
dnf -y upgrade git
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 12d053b0f..0f56cd79f 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -31,6 +31,7 @@ jobs:
run: |
sudo apt update
sudo apt install -y ruby ruby-dev rubygems build-essential llvm
+ sudo apt install -y libgl1-mesa-dev libglu1-mesa-dev
- name: Tests
run: |