Skip to content

Commit 4c9f5a7

Browse files
committed
fix
1 parent 00b4363 commit 4c9f5a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-rtc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
ref: ${{ github.event.pull_request.head.ref }}
3535

3636
- uses: actions/setup-python@v4
37-
with:
38-
python-version: "3.11"
3937

4038
- name: Install Protoc
4139
uses: arduino/setup-protoc@v3
@@ -82,6 +80,8 @@ jobs:
8280
submodules: true
8381

8482
- uses: actions/setup-python@v5
83+
with:
84+
python-version: "3.11"
8585

8686
- name: Build wheels
8787
run: pipx run cibuildwheel==3.3.1 --output-dir dist

0 commit comments

Comments
 (0)