mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-17 17:09:54 +00:00
Update build.yml
This commit is contained in:
parent
2e7b66ac60
commit
abea964d94
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -170,6 +170,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 22
|
node-version: 22
|
||||||
|
|
||||||
|
- name: Install FPM
|
||||||
|
run: |
|
||||||
|
gem install fpm
|
||||||
|
|
||||||
- run: rustup target add ${{matrix.rust_triple}}
|
- run: rustup target add ${{matrix.rust_triple}}
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
@ -211,7 +215,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
if: matrix.build-arch == 'arm'
|
if: matrix.build-arch == 'arm'
|
||||||
|
|
||||||
- name: Install npm_modules (amd64)
|
- name: Install npm_modules (native)
|
||||||
run: |
|
run: |
|
||||||
npm i -g yarn node-gyp
|
npm i -g yarn node-gyp
|
||||||
yarn --network-timeout 1000000 --arch=${{matrix.build-arch}} --target-arch=${{matrix.build-arch}}
|
yarn --network-timeout 1000000 --arch=${{matrix.build-arch}} --target-arch=${{matrix.build-arch}}
|
||||||
@ -228,6 +232,7 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
KEYGEN_TOKEN: ${{ secrets.KEYGEN_TOKEN }}
|
KEYGEN_TOKEN: ${{ secrets.KEYGEN_TOKEN }}
|
||||||
USE_HARD_LINKS: false
|
USE_HARD_LINKS: false
|
||||||
|
USE_SYSTEM_FPM: true
|
||||||
# DEBUG: electron-builder,electron-builder:*
|
# DEBUG: electron-builder,electron-builder:*
|
||||||
|
|
||||||
- name: Build web resources (amd64 only)
|
- name: Build web resources (amd64 only)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user