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

@ -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