action: gl
All checks were successful
Linux arm64 / Build (push) Successful in 2m28s

This commit is contained in:
2024-02-24 16:23:16 +01:00
parent da3439cc03
commit 186ca76345

View File

@@ -13,7 +13,7 @@ jobs:
- name: APT
run: |
apt update
apt install libopengl-dev -y
apt install libgl-dev -y
- uses: actions/cache/restore@v4
with: