Skip to content

Commit 9cb660e

Browse files
committed
Fixed incorrect indentation
1 parent 96ed215 commit 9cb660e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/accelerate-manylinux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
wheels_musllinux_x86:
246246
name: Build architecture-specific wheels on ${{ matrix.distro }} ${{ matrix.arch }}
247247
runs-on: ubuntu-latest
248-
strategy:
248+
strategy:
249249
matrix:
250250
distro: [musllinux_1_2]
251251
arch: [x86_64, i686]
@@ -293,7 +293,7 @@ jobs:
293293
wheels_musllinux_arm:
294294
name: Build architecture-specific wheels on ${{ matrix.distro }} ${{ matrix.arch }}
295295
runs-on: ubuntu-24.04-arm
296-
strategy:
296+
strategy:
297297
matrix:
298298
distro: [musllinux_1_2]
299299
arch: [aarch64, s390x, ppc64le, armv7l]

0 commit comments

Comments
 (0)