Change how musl is downloaded/unarchived

This commit is contained in:
Gabe Kangas
2022-08-04 14:26:04 -07:00
parent 2402914000
commit 59fab1b137
2 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ name: Build nightly docker
on:
workflow_dispatch:
schedule:
- cron: '0 2 * * *'
- cron: "0 2 * * *"
jobs:
Docker:
@@ -14,7 +14,7 @@ jobs:
steps:
- uses: earthly/actions-setup@v1
with:
version: 'latest' # or pin to an specific version, e.g. "v0.6.10"
version: "latest" # or pin to an specific version, e.g. "v0.6.10"
- name: Earthly version
run: earthly --version