Skip to content

Commit

Permalink
fix: should fix the broken build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
builder555 committed Jan 4, 2025
1 parent 11e8504 commit 491eeae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Set up Python for ${{matrix.target}}
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.11'
- name: Set up Node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 491eeae

Please sign in to comment.