Skip to content

Commit

Permalink
修复构建
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Nov 11, 2023
1 parent db8cfec commit 41fc46c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/beta-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 41fc46c

Please sign in to comment.