Skip to content

Commit 7145a58

Browse files
authored
Merge pull request #808 from SolidOS/ci-staging-2
Ci staging 2
2 parents 8671db3 + 0efadfc commit 7145a58

3 files changed

Lines changed: 74 additions & 158 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ on:
1212
workflow_dispatch:
1313

1414
jobs:
15+
update-deps:
16+
uses: SolidOS/solidos/.github/workflows/update-solidos-deps.yml@main
17+
secrets: inherit
18+
1519
build:
20+
needs: update-deps
1621
runs-on: ubuntu-latest
1722
strategy:
1823
matrix:

0 commit comments

Comments
 (0)