Fix apt install.
Some checks failed
Build / Build (pull_request) Failing after 17m52s

This commit is contained in:
2026-02-21 16:22:10 -05:00
parent a4f6f199ec
commit bdb126cab5

View File

@@ -27,10 +27,10 @@ jobs:
apt install -y \
build-essential \
cmake \
curl
curl \
libgl1-mesa-dev \
python3 \
python3-pip \
python3-pip
- name: Install aqtinstall
run: |