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 bdc8b82 commit 9ad97feCopy full SHA for 9ad97fe
.github/actions/build-with-patched-std/action.yml
@@ -41,7 +41,7 @@ runs:
41
python3 x.py build library --stage 0
42
43
TEMP_BUILD_OUTPUT=$(mktemp test-binary-XXXXXXXX)
44
- "$RUSTC_BUILD_DIR/stage0-sysroot/bin/rustc" $RUSTC_FLAGS "${{ inputs.main-rs }}" -o "$TEMP_BUILD_OUTPUT"
+ "$RUSTC_BUILD_DIR/stage0/bin/rustc" $RUSTC_FLAGS "${{ inputs.main-rs }}" -o "$TEMP_BUILD_OUTPUT"
45
BINARY_SIZE=$(stat -c '%s' "$TEMP_BUILD_OUTPUT")
46
rm "$TEMP_BUILD_OUTPUT"
47
0 commit comments