Skip to content

Commit

Permalink
Update comment about CARGO env var in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Jul 30, 2024
1 parent 1d37bf6 commit 9e5a10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
runs-on: ${{ matrix.os }}

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

0 comments on commit 9e5a10c

Please sign in to comment.