Skip to content

Commit 1e43344

Browse files
authored
Merge pull request #10485 from iNavFlight/mmosca-patch-5
Fix nightly build
2 parents a861d63 + da2bf29 commit 1e43344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
id: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]
23+
id: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]
2424

2525
steps:
2626
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)