修补mac环境变量
This commit is contained in:
parent
1737e67a85
commit
219d7d15e1
4
.github/workflows/debug.yml
vendored
4
.github/workflows/debug.yml
vendored
@ -97,6 +97,8 @@ jobs:
|
|||||||
- name: 安装依赖
|
- name: 安装依赖
|
||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
run: yarn install --frozen-lockfile
|
run: yarn install --frozen-lockfile
|
||||||
|
env:
|
||||||
|
npm_config_arch: ${{ matrix.arch }}
|
||||||
|
|
||||||
- name: 打包 macOS 安装程序
|
- name: 打包 macOS 安装程序
|
||||||
run: yarn dist:mac --${{ matrix.arch }}
|
run: yarn dist:mac --${{ matrix.arch }}
|
||||||
@ -136,6 +138,8 @@ jobs:
|
|||||||
|
|
||||||
- name: 安装依赖
|
- name: 安装依赖
|
||||||
run: yarn install --frozen-lockfile
|
run: yarn install --frozen-lockfile
|
||||||
|
env:
|
||||||
|
npm_config_arch: ${{ matrix.arch }}
|
||||||
|
|
||||||
- name: 打包 Linux 安装程序
|
- name: 打包 Linux 安装程序
|
||||||
run: yarn dist:linux --${{ matrix.arch }}
|
run: yarn dist:linux --${{ matrix.arch }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user