Skip to content

Commit

Permalink
remember to check out repo
Browse files Browse the repository at this point in the history
  • Loading branch information
guidopetri committed Apr 18, 2024
1 parent e1ee039 commit 8482f90
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
runs-on: ubuntu-latest
needs: build-dev-image
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Download artifact
uses: actions/download-artifact@v4
with:
Expand All @@ -68,6 +70,8 @@ jobs:
runs-on: ubuntu-latest
needs: build-dev-image
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Download artifact
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 8482f90

Please sign in to comment.