Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
caorushizi committed Jan 21, 2024
2 parents f19cc6b + 12925ea commit 6fbeb66
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,13 @@ jobs:
with:
go-version: "1.21.5"

# step4: install pnpm env
# step4: install python env
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: "3.10"

# step5: install pnpm env
- uses: pnpm/action-setup@v2
with:
version: latest
Expand Down

0 comments on commit 6fbeb66

Please sign in to comment.