fix: avoid setup-python arm64 resolution failure

This commit is contained in:
袁震
2026-04-19 18:59:13 +08:00
parent d46ae76750
commit 9d1e900c43
2 changed files with 10 additions and 8 deletions
+5 -4
View File
@@ -17,10 +17,11 @@ jobs:
fetch-depth: 0 fetch-depth: 0
github-server-url: https://git.halonice.com github-server-url: https://git.halonice.com
- name: Setup Python - name: Check Python runtime
uses: actions/setup-python@v5 shell: bash
with: run: |
python-version: "3.11" set -euo pipefail
python3 --version
- name: Prepare config - name: Prepare config
shell: bash shell: bash
+5 -4
View File
@@ -22,10 +22,11 @@ jobs:
fetch-depth: 0 fetch-depth: 0
github-server-url: https://git.halonice.com github-server-url: https://git.halonice.com
- name: Setup Python - name: Check Python runtime
uses: actions/setup-python@v5 shell: bash
with: run: |
python-version: "3.11" set -euo pipefail
python3 --version
- name: Prepare config - name: Prepare config
shell: bash shell: bash