Skip to content

Commit 538f50d

Browse files
committed
Fix white space
1 parent 1434a6c commit 538f50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-wheel-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
env:
3434
BUILD_TYPE: ${{ inputs.build-type }}
3535
ARCH: ${{ (inputs.host-platform == 'linux-64' && 'amd64') ||
36-
(inputs.host-platform == 'linux-aarch64' && 'arm64') }}
36+
(inputs.host-platform == 'linux-aarch64' && 'arm64') }}
3737
outputs:
3838
MATRIX: ${{ steps.compute-matrix.outputs.MATRIX }}
3939
OLD_BRANCH: ${{ steps.compute-matrix.outputs.OLD_BRANCH }}

0 commit comments

Comments
 (0)