Denis P 2020-12-28 11:04:32 +01:00
parent 1ae7122c9f
commit 91c44e6c92
No known key found for this signature in database
GPG Key ID: 39069184361202D8

View File

@ -79,9 +79,9 @@ jobs:
# FIXME: to work around bugs in latest cross release, install master.
# See: https://github.com/rust-embedded/cross/issues/357
cargo install --git https://github.com/rust-embedded/cross
echo "cross" >> $CARGO
echo "--target ${{ matrix.target }}" >> $TARGET_FLAGS
echo "./target/${{ matrix.target }}" >> $TARGET_DIR
echo "CARGO=cross" >> $GITHUB_ENV
echo "TARGET_FLAGS=--target ${{ matrix.target }}" >> $GITHUB_ENV
echo "TARGET_DIR=./target/${{ matrix.target }}" >> $GITHUB_ENV
- name: Show command used for Cargo
run: |