mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
CI: Features differ from xtask backends
This commit is contained in:
parent
57957cd66f
commit
26d5909345
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -197,10 +197,10 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
backend:
|
||||
- thumbv7
|
||||
- thumbv6
|
||||
- thumbv8-base
|
||||
- thumbv8-main
|
||||
- thumbv7-backend
|
||||
- thumbv6-backend
|
||||
- thumbv8base-backend
|
||||
- thumbv8main-backend
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Reference in a new issue