From e56885b2d23b2aa2a07ae3d9396c8cdd926b390d Mon Sep 17 00:00:00 2001 From: William Candillon Date: Mon, 11 Mar 2024 10:46:52 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-npm.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-npm.yml b/.github/workflows/build-npm.yml index 1a1afa1c53..ca6724889b 100644 --- a/.github/workflows/build-npm.yml +++ b/.github/workflows/build-npm.yml @@ -32,6 +32,10 @@ jobs: - name: Install root node dependencies run: yarn + - name: Install package dependencies + working-directory: package + run: yarn + - name: Download Skia Binary Artifacts uses: dawidd6/action-download-artifact@v2 with: