mirror of
https://github.com/Ryujinx/Ryujinx-Mako.git
synced 2025-08-15 06:11:06 +00:00
Update setup-python and add python-version range
This commit is contained in:
parent
0238144c7b
commit
73c354842b
3
.github/actions/setup-mako/action.yml
vendored
3
.github/actions/setup-mako/action.yml
vendored
|
@ -9,8 +9,9 @@ runs:
|
|||
echo "mako=$(realpath '${{ github.action_path }}/../../../')" >> $GITHUB_OUTPUT
|
||||
shell: bash
|
||||
|
||||
- uses: actions/setup-python@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '>=3.8'
|
||||
cache: 'poetry'
|
||||
|
||||
- name: Ensure pipx is available
|
||||
|
|
Loading…
Reference in a new issue