diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2023-02-24 02:28:38 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-01 00:35:24 +0100 |
| commit | 26d5909345b3d4bc43df6de15321e9555eca20f4 (patch) | |
| tree | c5258fcc67cba52829d2f19b878508f52c568024 /.github/workflows/build.yml | |
| parent | 57957cd66f0b70fdc87f38e0850da50bcbb3ca6b (diff) | |
CI: Features differ from xtask backends
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 19f679d..2badd01 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 |
