From 6a02898aec113a7e6a2c1c28dbb3fdd5fe01e5ee Mon Sep 17 00:00:00 2001 From: Mees Delzenne Date: Tue, 30 Jan 2024 12:12:18 +0100 Subject: [PATCH] Fix error --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf865452..a48dc9cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: run: cargo clippy --all --all-targets --features full-async msrv: - name: Minimal rust version + name: Check minimal rust compatiblity for ${{ matrix.msrv }} # Check to see if rquickjs builds on minimal supported Rust version. runs-on: ubuntu-latest # we use a matrix here just because env can't be used in job names @@ -106,7 +106,6 @@ jobs: strategy: matrix: msrv: [1.65.0] # 1.65.0 introduced GAT stabilization - name: ubuntu / ${{ matrix.msrv }} steps: - uses: actions/checkout@v3 with: