修复构建
This commit is contained in:
parent
db8cfec7ad
commit
41fc46c8b5
3
.github/workflows/beta-pack.yml
vendored
3
.github/workflows/beta-pack.yml
vendored
@ -134,6 +134,9 @@ jobs:
|
||||
- name: Check out git repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install python3 setuptools
|
||||
run: python3 -m pip install setuptools
|
||||
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
|
||||
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -95,6 +95,9 @@ jobs:
|
||||
- name: Check out git repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install python3 setuptools
|
||||
run: python3 -m pip install setuptools
|
||||
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user