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