mirror of
https://github.com/figsoda/mmtc
synced 2024-11-26 00:40:18 +00:00
ci: use the target from the matrix
This commit is contained in:
parent
ef99c9448e
commit
fb44168e89
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -26,8 +26,8 @@ jobs:
|
|||
|
||||
- name: Cargo build
|
||||
run: |
|
||||
rustup toolchain install stable --profile minimal
|
||||
cargo +stable build
|
||||
rustup toolchain install stable --profile minimal -t ${{ matrix.target }}
|
||||
cargo +stable build --target ${{ matrix.target }}
|
||||
env:
|
||||
GEN_COMPLETIONS: 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue