mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-24 04:32:52 +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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
backend:
|
backend:
|
||||||
- thumbv7
|
- thumbv7-backend
|
||||||
- thumbv6
|
- thumbv6-backend
|
||||||
- thumbv8-base
|
- thumbv8base-backend
|
||||||
- thumbv8-main
|
- thumbv8main-backend
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Reference in a new issue