cette fois c'est parfait
Some checks failed
Linux arm64 / Build (push) Has been cancelled

This commit is contained in:
2024-02-24 19:27:47 +01:00
parent 695ef540f2
commit bfd22b9de0

View File

@@ -7,6 +7,9 @@ jobs:
Build: Build:
runs-on: ubuntu-test runs-on: ubuntu-test
steps: steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Prepare Xmake - name: Prepare Xmake
uses: xmake-io/github-action-setup-xmake@v1 uses: xmake-io/github-action-setup-xmake@v1
with: with:
@@ -14,9 +17,6 @@ jobs:
actions-cache-folder: '.xmake-cache' actions-cache-folder: '.xmake-cache'
actions-cache-key: 'ubuntu-xmake' actions-cache-key: 'ubuntu-xmake'
- name: Check out repository code
uses: actions/checkout@v3
- name: Install opengl - name: Install opengl
run: | run: |
apt update apt update