Skip to content

Commit 72b0401

Browse files
committed
add back build dependency
1 parent 0e21bca commit 72b0401

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
build-artifacts/zephyr/fprime-zephyr-deployment/dict/ReferenceDeploymentTopologyDictionary.json
3232
integration:
3333
runs-on: [self-hosted, integration]
34-
# needs: build
34+
needs: build
3535
steps:
3636
- uses: actions/checkout@v4
3737
- uses: actions/download-artifact@v5
38-
with:
39-
# name: artifacts
40-
github-token: ${{ secrets.GITHUB_TOKEN }}
41-
run-id: 18236298785
38+
# with:
39+
# # name: artifacts
40+
# github-token: ${{ secrets.GITHUB_TOKEN }}
41+
# run-id: 18236298785
4242
- name: Trigger Bootloader
4343
run: |
4444
make fprime-venv

0 commit comments

Comments
 (0)