We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1434a6c commit 538f50dCopy full SHA for 538f50d
.github/workflows/test-wheel-linux.yml
@@ -33,7 +33,7 @@ jobs:
33
env:
34
BUILD_TYPE: ${{ inputs.build-type }}
35
ARCH: ${{ (inputs.host-platform == 'linux-64' && 'amd64') ||
36
- (inputs.host-platform == 'linux-aarch64' && 'arm64') }}
+ (inputs.host-platform == 'linux-aarch64' && 'arm64') }}
37
outputs:
38
MATRIX: ${{ steps.compute-matrix.outputs.MATRIX }}
39
OLD_BRANCH: ${{ steps.compute-matrix.outputs.OLD_BRANCH }}
0 commit comments