We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f7679 commit 12a4f23Copy full SHA for 12a4f23
scripts/ci_build_rust.bash
@@ -10,7 +10,7 @@ if [ "$RUNNER_OS" == "macOS" ]; then
10
EXECUTABLES=("sbp2json" "json2sbp" "json2json")
11
PACKAGE_CMD="zip ../../$ARTIFACT_NAME ${EXECUTABLES[*]}"
12
elif [ "$RUNNER_OS" == "Linux" ]; then
13
- BUILD_TRIPLET="x86_64-linux-musl"
+ BUILD_TRIPLET="x86_64-unknown-linux-musl"
14
ARTIFACT_NAME="sbp_tools-${VERSION}-${BUILD_TRIPLET}.zip"
15
16
PACKAGE_CMD="zip ../../../$ARTIFACT_NAME ${EXECUTABLES[*]}"
0 commit comments