ci: use the target from the matrix

This commit is contained in:
figsoda 2021-11-01 09:03:09 -04:00
parent ef99c9448e
commit fb44168e89

View file

@ -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