Skip to content

Commit

Permalink
bumping earthly versoin
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgordonbell committed Oct 18, 2023
1 parent 40d7b03 commit d847dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-no-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Download released earth
run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.6.20/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.7.0/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
- name: Build Site
uses: mathiasvr/command-output@v1
id: build-site
Expand Down

0 comments on commit d847dbb

Please sign in to comment.