Skip to content

Commit

Permalink
Should Still fail (#324)
Browse files Browse the repository at this point in the history
* Revert "This PR should fail (#323)"

This reverts commit 7a3cbb4.

* should not build

* Fix build issues
  • Loading branch information
Leo-Besancon committed Dec 18, 2023
1 parent 7a3cbb4 commit ca59b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,15 @@ 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:
submodules: 'recursive'
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.74.1
toolchain: nightly
override: true
- uses: arduino/setup-protoc@v1
with:
Expand Down

0 comments on commit ca59b92

Please sign in to comment.