fix: avoid setup-python arm64 resolution failure
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user