xmake power
Some checks failed
Linux arm64 / Build (push) Failing after 13s

This commit is contained in:
2024-09-29 00:20:33 +02:00
parent d690fa7bf2
commit 7c8c795b71

View File

@@ -12,10 +12,17 @@ jobs:
with:
submodules: "recursive"
- name: 🍗 Setup XMake
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: latest
actions-cache-folder: '.xmake-cache'
actions-cache-key: 'xmake-ubuntu'
- name: 🏗️ Build
run: |
cmake -DCMAKE_BUILD_TYPE=Release -B build
cmake --build build
xmake f -m release --trybuild=cmake
xmake
- name: 🚀 Upload
uses: actions/upload-artifact@v4