mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
ci: fix backend names for tests
This commit is contained in:
parent
fae15db216
commit
883c5f78c6
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -200,10 +200,10 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
backend:
|
||||
- thumbv7-backend
|
||||
- thumbv6-backend
|
||||
- thumbv8base-backend
|
||||
- thumbv8main-backend
|
||||
- thumbv7
|
||||
- thumbv6
|
||||
- thumbv8-base
|
||||
- thumbv8-main
|
||||
package:
|
||||
- rtic
|
||||
- rtic-arbiter
|
||||
|
|
Loading…
Reference in a new issue