修复构建
parent
db8cfec7ad
commit
41fc46c8b5
|
@ -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:
|
||||
|
|
|
@ -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