after xmake
Some checks failed
Linux arm64 / Build (push) Failing after 12m21s

This commit is contained in:
2024-09-28 11:18:22 +00:00
parent bb6174d417
commit d6bb4b6aea

View File

@@ -27,9 +27,6 @@ jobs:
use-dotnet: false
include-templates: true
- name: 🐍 Install Python
run: xmake require --extra={system=false} -y python
- name: 🍗 Setup XMake
uses: xmake-io/github-action-setup-xmake@v1
with:
@@ -37,6 +34,9 @@ jobs:
actions-cache-folder: '.xmake-cache'
actions-cache-key: 'xmake-ubuntu'
- name: 🐍 Install Python
run: xmake require --extra={system=false} -y python
- name: ⚙️ XMake config
# TODO: change that to release
run: xmake f -m debug -p linux -y -v