mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
rm ci
This commit is contained in:
parent
0f0e56a263
commit
93f8597dd4
1 changed files with 14 additions and 3 deletions
17
.github/workflows/build.yml
vendored
17
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue