File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105
106106 python3 ci/verify-build.py \
107107 --toolchain "$TOOLCHAIN" \
108- ${BASELINE_CRATE_PATH :+"--baseline-crate-path " "$BASELINE_CRATE_PATH "} \
108+ ${BASELINE_CRATE_DIR :+"--baseline-crate-dir " "$BASELINE_CRATE_DIR "} \
109109 ${{ matrix.only && format('--only "{0}"', matrix.only) }} \
110110 ${{ matrix.half && format('--half "{0}"', matrix.half) }}
111111 - name : Target size after job completion
Original file line number Diff line number Diff line change @@ -31,4 +31,4 @@ curl -L "https://static.crates.io/crates/libc/libc-$version.crate" | tar xzf -
3131# Need to convince Cargo it's not part of our workspace
3232echo ' [workspace]' >> " $crate_dir /Cargo.toml"
3333
34- echo " BASELINE_CRATE_PATH =$( realpath " $crate_dir " ) " >> " $GITHUB_ENV "
34+ echo " BASELINE_CRATE_DIR =$( realpath " $crate_dir " ) " >> " $GITHUB_ENV "
You can’t perform that action at this time.
0 commit comments