Skip to content

Commit

Permalink
ci: replacing missed Earthly download with action (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperC286 authored Dec 10, 2024
1 parent ae6f479 commit efaa8ca
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Release artifacts.
runs-on: ubuntu-latest
steps:
- name: Download Earthly v0.8.12.
- name: Download Earthly.
uses: earthly/actions-setup@v1
with:
version: v0.8.15
Expand All @@ -31,8 +31,10 @@ jobs:
name: Publish.
runs-on: ubuntu-latest
steps:
- name: Download Earthly v0.8.12.
run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.12/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
- name: Download Earthly.
uses: earthly/actions-setup@v1
with:
version: v0.8.15
- name: Checkout code.
uses: actions/checkout@v4
- name: Publish.
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
language: [rust, python, shell]
steps:
- name: Download Earthly v0.8.12.
- name: Download Earthly.
uses: earthly/actions-setup@v1
with:
version: v0.8.15
Expand All @@ -29,7 +29,7 @@ jobs:
matrix:
language: [rust, shell]
steps:
- name: Download Earthly v0.8.12.
- name: Download Earthly.
uses: earthly/actions-setup@v1
with:
version: v0.8.15
Expand All @@ -41,7 +41,7 @@ jobs:
name: Compile
runs-on: ubuntu-latest
steps:
- name: Download Earthly v0.8.12.
- name: Download Earthly.
uses: earthly/actions-setup@v1
with:
version: v0.8.15
Expand All @@ -53,7 +53,7 @@ jobs:
name: Unit Test
runs-on: ubuntu-latest
steps:
- name: Download Earthly v0.8.12.
- name: Download Earthly.
uses: earthly/actions-setup@v1
with:
version: v0.8.15
Expand All @@ -68,7 +68,7 @@ jobs:
name: End to End Test
runs-on: ubuntu-latest
steps:
- name: Download Earthly v0.8.12.
- name: Download Earthly.
uses: earthly/actions-setup@v1
with:
version: v0.8.15
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Linting
runs-on: ubuntu-latest
steps:
- name: Download Earthly v0.8.12.
- name: Download Earthly.
uses: earthly/actions-setup@v1
with:
version: v0.8.15
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/git-history.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Clean
runs-on: ubuntu-latest
steps:
- name: Download Earthly v0.8.12.
- name: Download Earthly.
uses: earthly/actions-setup@v1
with:
version: v0.8.15
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Linting
runs-on: ubuntu-latest
steps:
- name: Download Earthly v0.8.12.
- name: Download Earthly.
uses: earthly/actions-setup@v1
with:
version: v0.8.15
Expand All @@ -23,7 +23,7 @@ jobs:
name: Formatting
runs-on: ubuntu-latest
steps:
- name: Download Earthly v0.8.12.
- name: Download Earthly.
uses: earthly/actions-setup@v1
with:
version: v0.8.15
Expand Down

0 comments on commit efaa8ca

Please sign in to comment.