From 2736c814243a0a7a26a819b9aa30cef0ccd8c04c Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Mon, 20 May 2024 23:58:05 +0700 Subject: [PATCH] fix: deps --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 35ae20d..7a31ef3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,6 +51,9 @@ jobs: container: image: ghcr.io/linuxcontainers/alpine:3.18.0@sha256:eb2b13602562cca1424257ab17945d5c7e402764da66a6216d9de385e5f9e3ad steps: + - name: Install deps for alpine + run: | + apk add --update nodejs npm git curl - name: Checkout uses: actions/checkout@v4.1.6 - name: Install dependencies @@ -109,6 +112,9 @@ jobs: container: image: ghcr.io/linuxcontainers/alpine:3.18.0@sha256:b333a6ba512596007c2683825dd364570303624164926019bbe674d90c28d5fc steps: + - name: Install deps for alpine + run: | + apk add --update nodejs npm git curl - name: Checkout uses: actions/checkout@v4.1.6 - name: Install dependencies