修复构建
This commit is contained in:
parent
9d38fe6764
commit
49797f891c
6
.github/workflows/beta-pack.yml
vendored
6
.github/workflows/beta-pack.yml
vendored
@ -137,7 +137,11 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install python setuptools
|
||||
run: python3 -m pip install setuptools
|
||||
run: |
|
||||
mkdir ~/.venv
|
||||
python3 -m venv ~/.venv
|
||||
source ~/.venv/bin/activate
|
||||
python3 -m pip install setuptools
|
||||
|
||||
- name: Setup Node Env
|
||||
uses: ./.github/actions/setup
|
||||
|
||||
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -75,7 +75,7 @@ jobs:
|
||||
|
||||
|
||||
Windows_7:
|
||||
name: Windows
|
||||
name: Windows_7
|
||||
runs-on: windows-latest
|
||||
env:
|
||||
NPM_CACHE: '%APPDATA%\npm-cache'
|
||||
@ -122,7 +122,11 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install python3 setuptools
|
||||
run: python3 -m pip install setuptools
|
||||
run: |
|
||||
mkdir ~/.venv
|
||||
python3 -m venv ~/.venv
|
||||
source ~/.venv/bin/activate
|
||||
python3 -m pip install setuptools
|
||||
|
||||
- name: Setup Node Env
|
||||
uses: ./.github/actions/setup
|
||||
|
||||
Loading…
Reference in New Issue
Block a user