Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouhua committed Aug 14, 2024
1 parent fa0530b commit 7f61ff6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: checkout
uses: actions/checkout@v3
with:
submodules: recursive

- name: Use Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 7f61ff6

Please sign in to comment.