Skip to content

Commit

Permalink
build: checkout the sources, I have no idea how this worked previously
Browse files Browse the repository at this point in the history
  • Loading branch information
dpeckett committed Jan 22, 2024
1 parent a31b0ee commit 9eda0b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
with:
version: v0.7.23

- name: Check Out Repo
uses: actions/checkout@v3

- name: Build
run: |
earthly +generate
Expand Down

0 comments on commit 9eda0b7

Please sign in to comment.