This commit is contained in:
flysand7 2023-09-07 08:11:05 +11:00
parent 5bd2860eaf
commit dbc536f828
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ jobs:
with: with:
from-source: false from-source: false
- name: Set up Python - name: Set up Python
with:
python-version: '3.x'
uses: actions/setup-python@v4 uses: actions/setup-python@v4
- name: Build - name: Build
working-directory: ${{env.GITHUB_WORKSPACE}} working-directory: ${{env.GITHUB_WORKSPACE}}