From 8b14cd5aeafccc1d9cc015ca2aec372848cde569 Mon Sep 17 00:00:00 2001 From: deep-soft Date: Thu, 23 Nov 2023 16:39:53 +0200 Subject: [PATCH 1/2] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2738dd9b1..100ad6ea4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -217,6 +217,7 @@ jobs: #deprecated echo ::set-output name=CARGO_TEST_OPTIONS::${CARGO_TEST_OPTIONS} echo "CARGO_TEST_OPTIONS=${CARGO_TEST_OPTIONS}" >> $GITHUB_ENV + echo "CARGO_TEST_OPTIONS=${CARGO_TEST_OPTIONS}" >> $GITHUB_OUTPUT - name: Run tests uses: actions-rs/cargo@v1 From b4b08db778e19fde4e538bd80336ff44f3a376f2 Mon Sep 17 00:00:00 2001 From: deep-soft Date: Thu, 23 Nov 2023 16:47:54 +0200 Subject: [PATCH 2/2] dtolnay/rust-toolchain --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 100ad6ea4..2ea473c50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -132,12 +132,11 @@ jobs: shell: bash - name: Install Rust toolchain - uses: actions-rs/toolchain@v1 + uses: dtolnay/rust-toolchain@v1 with: toolchain: stable - target: ${{ matrix.job.target }} - override: true - profile: minimal # minimal component installation (ie, no documentation) + targets: ${{ matrix.job.target }} + components: '' - name: Show version information (Rust, cargo, GCC) shell: bash