1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-24 00:35:34 +03:00

Merge pull request #10582 from iNavFlight/build

Fix nightly build
This commit is contained in:
Marcelo Bezerra 2025-01-10 19:22:41 +01:00 committed by GitHub
commit ec491ba051
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
id: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]
id: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]
steps:
- uses: actions/checkout@v4

View file

@ -18,7 +18,7 @@ on:
jobs:
build:
name: build
uses: ./.github/workflows/ci.yaml
uses: ./.github/workflows/ci.yml
release:
name: Release