diff options
| author | Finomnis <finomnis@gmail.com> | 2023-11-01 12:13:25 +0100 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2023-11-08 19:43:09 +0000 |
| commit | 2fd3b3c4042dd7bffc5387f589a6aef3cf44a8cb (patch) | |
| tree | 255b2fa14a3b1e98e5be52ffb7240d91121cf2c1 /.github/workflows/build.yml | |
| parent | a7f81262f631d19762cca1fd59c3ed2d8ad12d91 (diff) | |
Add Monotonic for i.MX RT chip family
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f8ac84..4815e42 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -156,6 +156,7 @@ jobs: - name: Configure rust target (v6, v7) run: | + rustup target add thumbv7em-none-eabihf rustup target add thumbv7m-none-eabi rustup target add thumbv6m-none-eabi rustup component add rust-src |
