fix: add coreutils for env -S support
All checks were successful
Build and Deploy Quartz / build (push) Successful in 19s

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-19 15:35:36 -07:00
parent e19f3597d7
commit b9d4649a2c

View File

@@ -5,7 +5,7 @@ jobs:
build: build:
runs-on: docker runs-on: docker
steps: steps:
- run: apk add --no-cache nodejs npm git rsync - run: apk add --no-cache nodejs npm git rsync coreutils
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0