Skip to content

Commit

Permalink
ci: update for changes in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Nov 23, 2020
1 parent 3bcae3b commit fcab4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ 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 "::set-env name=CARGO::cross"
echo "::set-env name=TARGET::--target ${{ matrix.target }}"
echo "CARGO=cross" >> $GITHUB_ENV
echo "TARGET=--target ${{ matrix.target }}" >> $GITHUB_ENV
- name: Show command used for Cargo
run: |
Expand Down

0 comments on commit fcab4e5

Please sign in to comment.