aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-11-04 16:59:50 -0800
committerHaibo Huang <hhb@google.com>2020-11-04 16:59:50 -0800
commitdde9ae084db7f65519318f0733d9558688a7fbfd (patch)
tree3265acdfeb66f42a0c6871c67fee2cc3f90ee047 /.github
parent2db690b09ca8e4f4d8f772e5d1f0969552fbfa70 (diff)
downloadaho-corasick-dde9ae084db7f65519318f0733d9558688a7fbfd.tar.gz
Upgrade rust/crates/aho-corasick to 0.7.15
Test: make Change-Id: I7671aa936dc8c43d06fb7935b3313b6282ceea46
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 06dcdd5..34ef326 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -75,8 +75,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: |
echo "cargo command is: ${{ env.CARGO }}"