mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-09 22:40:37 +00:00
CI: fix set-env https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#environment-files
This commit is contained in:
parent
de1355ce2f
commit
1ae7122c9f
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 "::set-env name=CARGO::cross"
|
echo "cross" >> $CARGO
|
||||||
echo "::set-env name=TARGET_FLAGS::--target ${{ matrix.target }}"
|
echo "--target ${{ matrix.target }}" >> $TARGET_FLAGS
|
||||||
echo "::set-env name=TARGET_DIR::./target/${{ matrix.target }}"
|
echo "./target/${{ matrix.target }}" >> $TARGET_DIR
|
||||||
|
|
||||||
- name: Show command used for Cargo
|
- name: Show command used for Cargo
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user