This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user