mirror of
https://github.com/kunkundi/crossdesk.git
synced 2026-08-31 13:32:10 +08:00
[fix] set up Python for iOS CI
This commit is contained in:
@@ -86,9 +86,14 @@ jobs:
|
|||||||
uses: actions/cache@v5
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: ios/.xmake/packages
|
path: ios/.xmake/packages
|
||||||
key: "${{ runner.os }}-xmake-deps-ios-arm64-xcode26.6-min16-${{ github.run_id }}"
|
key: "${{ runner.os }}-xmake-deps-ios-arm64-xcode26.6-python3.13-min16-${{ github.run_id }}"
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-xmake-deps-ios-arm64-xcode26.6-min16-
|
${{ runner.os }}-xmake-deps-ios-arm64-xcode26.6-python3.13-min16-
|
||||||
|
|
||||||
|
- name: Set up Python
|
||||||
|
uses: actions/setup-python@v6
|
||||||
|
with:
|
||||||
|
python-version: "3.13"
|
||||||
|
|
||||||
- name: Install xmake
|
- name: Install xmake
|
||||||
run: brew install xmake
|
run: brew install xmake
|
||||||
|
|||||||
Reference in New Issue
Block a user