We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23966a6 commit 04f9ed2Copy full SHA for 04f9ed2
.github/workflows/test.yml
@@ -154,18 +154,6 @@ jobs:
154
- name: Build top-level only
155
run: cargo build --target=thumbv6m-none-eabi --no-default-features
156
157
- # Disabled due to lack of known working compiler versions (not older than our MSRV)
158
- # test-avr:
159
- # runs-on: ubuntu-latest
160
- # steps:
161
- # - uses: actions/checkout@v4
162
- # - name: Install toolchain
163
- # uses: dtolnay/rust-toolchain@nightly
164
- # with:
165
- # components: rust-src
166
- # - name: Build top-level only
167
- # run: cargo build -Z build-std=core --target=avr-unknown-gnu-atmega328 --no-default-features
168
-
169
test-ios:
170
runs-on: macos-latest
171
steps:
0 commit comments