Skip to content

Commit 9e5a10c

Browse files
committed
Update comment about CARGO env var in release workflow
1 parent 1d37bf6 commit 9e5a10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
runs-on: ${{ matrix.os }}
117117

118118
env:
119-
CARGO: cargo # Sometimes changes to `cross` later (such as when building linux-arm).
119+
CARGO: cargo # On Linux, this will be changed to `cross` later.
120120
TARGET_FLAGS: --target=${{ matrix.target }}
121121
TARGET_DIR: ./target/${{ matrix.target }}
122122
RUST_BACKTRACE: 1 # Emit backtraces on panics.

0 commit comments

Comments
 (0)