action: fix package
All checks were successful
Linux arm64 / Build (push) Successful in 2m11s

This commit is contained in:
2024-02-24 17:32:13 +01:00
parent 4338fd3895
commit 80bdf130dc

View File

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