Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed May 23, 2024
1 parent 2311ed3 commit df5c194
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
- thumbv7em-none-eabi
- thumbv7em-none-eabihf
- thumbv7m-none-eabi
features: ['', '--features=defmt-03']
exclude:
- rust: 1.60.0
features: '--features=defmt-03'

steps:
- uses: actions/checkout@v4
Expand All @@ -39,7 +43,7 @@ jobs:
- run: ./ci/patch-no-std.sh
if: ${{ ! contains(matrix.TARGET, 'x86_64') }}

- run: cargo build --target=${{ matrix.TARGET }}
- run: cargo build --target=${{ matrix.TARGET }} ${{ matrix.features }}

checks:
name: Checks
Expand Down

0 comments on commit df5c194

Please sign in to comment.