mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
disable ci
This commit is contained in:
parent
16c7aaf599
commit
853a26ae8e
1 changed files with 4 additions and 3 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y pkg-config libx11-dev libxkbfile-dev libsecret-1-dev libkrb5-dev
|
||||
npm ci
|
||||
# npm ci # disabled for now
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
@ -51,7 +51,8 @@ jobs:
|
|||
node-version-file: '.nvmrc'
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
run: |
|
||||
# npm ci # disabled for now
|
||||
|
||||
- name: Build
|
||||
run: npm run gulp vscode-win32-x64-min
|
||||
|
|
@ -84,7 +85,7 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
npm ci
|
||||
# npm ci # disabled for now
|
||||
npm install -g create-dmg
|
||||
|
||||
- name: Build
|
||||
|
|
|
|||
Loading…
Reference in a new issue