Sync edgetx to Gitea
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
name: 'Setup WASI SDK'
|
||||
inputs:
|
||||
python-version:
|
||||
description: 'Python version'
|
||||
default: '3.13'
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: ${{ inputs.python-version }}
|
||||
cache: 'pip' # caching pip dependencies
|
||||
|
||||
- run: python3 -m pip install -r requirements.txt
|
||||
shell: bash
|
||||
Reference in New Issue
Block a user