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
github-server-url: https://git.halonice.com
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Check Python runtime
shell: bash
run: |
set -euo pipefail
python3 --version
- name: Prepare config
shell: bash