mirror of
https://github.com/MiSTer-devel/Downloader_MiSTer.git
synced 2026-04-19 03:04:18 +00:00
9 lines
167 B
YAML
9 lines
167 B
YAML
name: 'Setup Python'
|
|
description: 'Setup Python 3.9'
|
|
runs:
|
|
using: "composite"
|
|
steps:
|
|
- uses: actions/setup-python@v5
|
|
with:
|
|
python-version: '3.9'
|