Skip to content

Commit 491eeae

Browse files
committed
fix: should fix the broken build issue
1 parent 11e8504 commit 491eeae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- name: Set up Python for ${{matrix.target}}
106106
uses: actions/setup-python@v4
107107
with:
108-
python-version: '3.x'
108+
python-version: '3.11'
109109
- name: Set up Node
110110
uses: actions/setup-node@v3
111111
with:

0 commit comments

Comments
 (0)