Skip to content

Commit 227cdca

Browse files
committed
fix
1 parent 641c0ff commit 227cdca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

ci/semver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
3232
echo '[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"

0 commit comments

Comments
 (0)