Fixed earthly install on nightly

This commit is contained in:
Anton-4 2021-10-26 14:32:33 +02:00 committed by GitHub
parent 1ffa9f5ae4
commit c850f9b32c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: install earthly - name: install earthly
run: /bin/sh -c 'wget https://github.com/earthly/earthly/releases/latest/download/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly && /usr/local/bin/earthly bootstrap --with-autocomplete' run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/latest/download/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly && /usr/local/bin/earthly bootstrap --with-autocomplete'"
- name: Earthly print version - name: Earthly print version
run: earthly --version run: earthly --version
- name: install dependencies, build, run tests, build release - name: install dependencies, build, run tests, build release