This commit is contained in:
Damontecres 2025-11-05 16:28:45 -05:00
parent 7c63164103
commit 397d919082
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

@ -4,12 +4,8 @@ description: "Setup the environment"
runs:
using: "composite"
steps:
- name: Checkout the code
uses: actions/checkout@v5
with:
fetch-depth: 0 # Need the tags to build
# Setup the SDKs
- name: Set up Python 3.9
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'

View file

@ -29,6 +29,10 @@ jobs:
runs-on: ubuntu-latest
needs: pre-commit
steps:
- name: Checkout the code
uses: actions/checkout@v5
with:
fetch-depth: 0 # Need the tags to build
- name: Setup
uses: ./.github/actions/setup.yml
- name: Native build