From bea906f90bfaf7b1a93a084ffb57a821c5b5e7c7 Mon Sep 17 00:00:00 2001 From: Asher Date: Fri, 18 Oct 2024 11:36:40 -0800 Subject: [PATCH] Install python before npm ci --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b4817feb4..8eb4ae995 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -138,8 +138,6 @@ jobs: package-lock.json test/package-lock.json - - run: SKIP_SUBMODULE_DEPS=1 npm ci - - name: Install cross-compiler and system dependencies run: | dpkg --add-architecture $TARGET_ARCH @@ -154,6 +152,8 @@ jobs: curl wget rsync gettext-base \ python3 + - run: SKIP_SUBMODULE_DEPS=1 npm ci + - name: Install nfpm run: | mkdir -p ~/.local/bin