Build on Alpine
Some checks failed
/ build (push) Failing after 7s

This commit is contained in:
Minecon724 2025-01-20 12:04:38 +01:00
parent 596bcf74f7
commit 80381fc968
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

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