mirror of
https://github.com/MiSTer-devel/Downloader_MiSTer.git
synced 2026-05-24 03:03:17 +00:00
Workflows parallelized further.
This commit is contained in:
8
.github/actions/setup-python/action.yml
vendored
Normal file
8
.github/actions/setup-python/action.yml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
name: 'Setup Python'
|
||||
description: 'Setup Python 3.9'
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.9'
|
||||
Reference in New Issue
Block a user