This commit is contained in:
msojocs 2022-02-23 21:03:22 +08:00
parent a9e9386d28
commit 509d23c051

View File

@ -39,8 +39,9 @@ jobs:
pwd
ls -l
export ACTION_MODE=true
npm uninstall node-gyp -g
apt-get install -y libx11-dev libxkbfile-dev p7zip-full
npm install node-gyp nw-gyp npm -g
node-gyp install
- id: Tag
run: |
@ -56,8 +57,9 @@ jobs:
- name: Build
run: |
docker-compose up
sudo chmod -R 755 package.nw node tmp
# docker-compose up
tools/setup-wechat-devtools-bash
# sudo chmod -R 755 package.nw node tmp
bash tools/build-release.sh ${{ steps.tag.outputs.tag }} ${{ matrix.ARCH }}
- name: Compress nodegit compiler