Install libgl.

This commit is contained in:
2026-02-21 16:16:06 -05:00
parent 579826d398
commit 911a29937e

View File

@@ -25,11 +25,12 @@ jobs:
run: | run: |
apt update -y apt update -y
apt install -y \ apt install -y \
python3 \
python3-pip \
build-essential \ build-essential \
cmake \ cmake \
curl curl
libgl1-mesa-dev \
python3 \
python3-pip \
- name: Install aqtinstall - name: Install aqtinstall
run: | run: |
@@ -45,3 +46,4 @@ jobs:
run: | run: |
. "$HOME/.cargo/env" . "$HOME/.cargo/env"
cargo b --release cargo b --release
cargo test