From 2db1ea7d759897988ca9eeacb3eda209eb9d1c49 Mon Sep 17 00:00:00 2001 From: Leo-Besancon Date: Mon, 18 Dec 2023 11:57:21 +0100 Subject: [PATCH] This PR should fail --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 378bc3c1..58ac646e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,7 +126,7 @@ jobs: # Code documentation and coverage will be run only on main branch coverage: runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' + #if: github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v2 with: @@ -134,7 +134,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly + toolchain: 1.74.1 override: true - uses: arduino/setup-protoc@v1 with: