From 780e675517da6a4ee0783318733b47bb1ad603a9 Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Mon, 24 Aug 2020 14:04:39 -0300 Subject: [PATCH] change env syntax --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dfbbe1d7..a488c7a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,10 +27,9 @@ jobs: - name: install LLVM on Windows if: matrix.os == 'windows-latest' run: choco install llvm -y - - name: Environment - run: | - echo ::set-env name=RUST_BACKTRACE::full - name: Run tests + env: + RUST_BACKTRACE: full uses: actions-rs/cargo@v1 with: command: test