change order
Some checks failed
Linux arm64 / Build (push) Failing after 1m40s

This commit is contained in:
2024-02-24 18:57:23 +01:00
parent 331d95573d
commit 695ef540f2

View File

@@ -7,6 +7,13 @@ jobs:
Build: Build:
runs-on: ubuntu-test runs-on: ubuntu-test
steps: steps:
- name: Prepare Xmake
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: latest
actions-cache-folder: '.xmake-cache'
actions-cache-key: 'ubuntu-xmake'
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
@@ -23,13 +30,6 @@ jobs:
./.xmake ./.xmake
key: 'ubuntu' key: 'ubuntu'
- name: Prepare Xmake
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: latest
actions-cache-folder: '.xmake-cache'
actions-cache-key: 'ubuntu-xmake'
- name: XMake config - name: XMake config
run: xmake f -p linux -y --root run: xmake f -p linux -y --root