Skip to content

Commit

Permalink
Add checkout to child jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoskela committed Sep 13, 2024
1 parent cbc0413 commit 81e19da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ jobs:
omp:
- "ON"
steps:
- uses: actions/checkout@v4

- uses: actions/download-artifact@v4
with:
name: dependencies
Expand Down Expand Up @@ -206,6 +208,8 @@ jobs:
omp:
- "ON"
steps:
- uses: actions/checkout@v4

- uses: actions/download-artifact@v4
with:
name: dependencies
Expand Down

0 comments on commit 81e19da

Please sign in to comment.