Skip to content

Commit 4d1f19e

Browse files
committed
Fix bug in GitHub action for wheel build process
1 parent ac92cc0 commit 4d1f19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
build-gnu-linux:
131131
strategy:
132132
fail-fast: false
133-
runs-on: ubuntu-22.04
133+
runs-on: ubuntu-22.04
134134
steps:
135135
- name: Checkout repository
136136
uses: actions/checkout@v4

0 commit comments

Comments
 (0)