Skip to content

Commit

Permalink
.github: update earthly version
Browse files Browse the repository at this point in the history
  • Loading branch information
egonelbre authored May 9, 2024
1 parent 150ae30 commit 9c6bb29
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ jobs:
env:
FORCE_COLOR: 1
steps:
- uses: actions/checkout@v2
- name: Setup Earthly
run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.7.20/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
- uses: earthly/actions-setup@v1
with:
version: v0.8.0
- uses: actions/checkout@v4

- name: Test
run: earthly --ci +test
- name: Lint
Expand Down

0 comments on commit 9c6bb29

Please sign in to comment.