Skip to content

Commit cf379f6

Browse files
committed
Update and clarify comments on job-level env.TARGET_*
1 parent f6a71f0 commit cf379f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ jobs:
6969
# For some builds, we use cross to test on 32-bit and big-endian
7070
# systems.
7171
CARGO: cargo
72-
# When CARGO is set to CROSS, this is set to `--target matrix.target`.
72+
# Whether CARGO is `cargo` or `cross`, TARGET_FLAGS will be set to `--target matrix.target`.
7373
TARGET_FLAGS: ''
74-
# When CARGO is set to CROSS, TARGET_DIR includes matrix.target.
74+
# Whether CARGO is `cargo` or `cross`, TARGET_DIR will include matrix.target.
7575
TARGET_DIR: ./target
7676
# Emit backtraces on panics.
7777
RUST_BACKTRACE: 1

0 commit comments

Comments
 (0)