diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2023-02-06 13:48:52 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-01 00:35:17 +0100 |
| commit | 865382325813653c59384066e3e460e857d478f0 (patch) | |
| tree | 1f0f068ceb2e15640942b8937d046e8d04efdb9b /.github/workflows | |
| parent | 8661ca2f4ba29af5183fc20a573abe00d94d332e (diff) | |
xtask: For now test on ARM
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8ad1814..df58bb6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -122,7 +122,8 @@ jobs: target: - thumbv7m-none-eabi - thumbv6m-none-eabi - - x86_64-unknown-linux-gnu + - thumbv8m.base-none-eabi + - thumbv8m.main-none-eabi toolchain: - nightly steps: |
