We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d37bf6 commit 9e5a10cCopy full SHA for 9e5a10c
.github/workflows/release.yml
@@ -116,7 +116,7 @@ jobs:
116
runs-on: ${{ matrix.os }}
117
118
env:
119
- CARGO: cargo # Sometimes changes to `cross` later (such as when building linux-arm).
+ CARGO: cargo # On Linux, this will be changed to `cross` later.
120
TARGET_FLAGS: --target=${{ matrix.target }}
121
TARGET_DIR: ./target/${{ matrix.target }}
122
RUST_BACKTRACE: 1 # Emit backtraces on panics.
0 commit comments