Build on Alpine
All checks were successful
/ build (push) Successful in 43s

This commit is contained in:
Minecon724 2025-01-20 12:10:33 +01:00
parent 34710fe8e4
commit cde3c1476a
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -5,7 +5,7 @@ jobs:
container: eclipse-temurin:21-alpine container: eclipse-temurin:21-alpine
steps: steps:
- name: Install build dependencies - name: Install build dependencies
run: apk add git nodejs curl tar run: apk add git nodejs curl tar zstd
- name: Checkout - name: Checkout
uses: https://github.com/actions/checkout@v4 uses: https://github.com/actions/checkout@v4