Update .gitea/workflows/ubuntu.yaml
Some checks failed
Linux arm64 / Build (push) Failing after 28s

This commit is contained in:
2024-05-27 22:50:56 +02:00
parent 413ff4fce4
commit 5584df6486

View File

@@ -10,7 +10,7 @@ jobs:
- name: Install opengl - name: Install opengl
run: | run: |
apt update apt update
apt install libgl-dev -y apt install libsdl2-dev
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
@@ -20,7 +20,7 @@ jobs:
with: with:
xmake-version: latest xmake-version: latest
actions-cache-folder: '.xmake-cache' actions-cache-folder: '.xmake-cache'
actions-cache-key: 'ubuntu-xmake' actions-cache-key: 'xmake-ubuntu'
- name: Cache - name: Cache
uses: actions/cache@v4 uses: actions/cache@v4