diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b64ee88..4573eb9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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