mirror of
https://github.com/figsoda/mmtc
synced 2025-02-18 06:18:30 +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
|
- name: Cargo build
|
||||||
run: |
|
run: |
|
||||||
rustup toolchain install stable --profile minimal
|
rustup toolchain install stable --profile minimal -t ${{ matrix.target }}
|
||||||
cargo +stable build
|
cargo +stable build --target ${{ matrix.target }}
|
||||||
env:
|
env:
|
||||||
GEN_COMPLETIONS: 1
|
GEN_COMPLETIONS: 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue