mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-09 22:40:37 +00:00
CI: proper syntax https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
This commit is contained in:
parent
1ae7122c9f
commit
91c44e6c92
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -79,9 +79,9 @@ jobs:
|
|||||||
# FIXME: to work around bugs in latest cross release, install master.
|
# FIXME: to work around bugs in latest cross release, install master.
|
||||||
# See: https://github.com/rust-embedded/cross/issues/357
|
# See: https://github.com/rust-embedded/cross/issues/357
|
||||||
cargo install --git https://github.com/rust-embedded/cross
|
cargo install --git https://github.com/rust-embedded/cross
|
||||||
echo "cross" >> $CARGO
|
echo "CARGO=cross" >> $GITHUB_ENV
|
||||||
echo "--target ${{ matrix.target }}" >> $TARGET_FLAGS
|
echo "TARGET_FLAGS=--target ${{ matrix.target }}" >> $GITHUB_ENV
|
||||||
echo "./target/${{ matrix.target }}" >> $TARGET_DIR
|
echo "TARGET_DIR=./target/${{ matrix.target }}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Show command used for Cargo
|
- name: Show command used for Cargo
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user