action: aaaaaaaaa
Some checks are pending
Linux arm64 / Build (push) Waiting to run

This commit is contained in:
2024-02-24 16:18:49 +01:00
parent bad65f89d0
commit 93d587d463

View File

@@ -10,6 +10,11 @@ jobs:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: APT
run: |
apt update
apt install libglew-dev
- uses: actions/cache/restore@v4 - uses: actions/cache/restore@v4
with: with:
path: ~/.xmake/packages path: ~/.xmake/packages