action: cache xmake
Some checks failed
Linux arm64 / Build (push) Failing after 5s

This commit is contained in:
2025-03-01 19:33:03 +01:00
parent 92fd4165eb
commit 249477fdd4

View File

@@ -14,6 +14,8 @@ jobs:
uses: xmake-io/github-action-setup-xmake@v1 uses: xmake-io/github-action-setup-xmake@v1
with: with:
xmake-version: latest xmake-version: latest
actions-cache-folder: '.xmake-cache'
actions-cache-key: 'ubuntu'
- name: XMake config - name: XMake config
run: xmake f -p linux -y run: xmake f -p linux -y