action: change defaut apt package
Some checks failed
Linux arm64 / Build (push) Failing after 16s

This commit is contained in:
2024-02-24 17:31:42 +01:00
parent 3a334b3227
commit 4338fd3895

View File

@@ -13,7 +13,7 @@ jobs:
- name: Install opengl
run: |
apt update
apt install libgl-dev -y
apt install libgl-mesa-dev -y
- name: Cache
uses: actions/cache@v4