Skip to content

Commit

Permalink
chore: missing checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
kernoeb committed Oct 18, 2023
1 parent eb86fad commit 136d099
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout git repository
uses: actions/checkout@v3

# no need to work on a cache here, it is not faster than pulling
# instead work on moving to some images hosted on ghcr.io, it is the fastest
- name: Run test dependencies
Expand Down

0 comments on commit 136d099

Please sign in to comment.