From 93f8597dd4e92dbad801b0ba86fa749e4286d8ca Mon Sep 17 00:00:00 2001 From: Andrew Pareles Date: Sun, 23 Mar 2025 23:21:10 -0700 Subject: [PATCH] rm ci --- .github/workflows/build.yml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4e4c3044..e73dc895 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,10 @@ jobs: - name: Install dependencies run: | - npm ci + # npm ci + npm install + npm install -g node-gyp + npm install -g gulp-cli env: npm_config_arch: ${{ matrix.arch }} @@ -116,7 +119,12 @@ jobs: cache: 'npm' - name: Install dependencies - run: npm ci + run: | + # npm ci + npm install + npm install -g node-gyp + npm install -g gulp-cli + - name: Build VSCode run: | @@ -221,7 +229,10 @@ jobs: - name: Install dependencies and tools run: | - npm ci + # npm ci + npm install + npm install -g node-gyp + npm install -g gulp-cli sudo apt-get update sudo apt-get install -y fakeroot dpkg rpm