File tree 1 file changed +11
-10
lines changed
1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -161,16 +161,17 @@ jobs:
161
161
- name : Build top-level only
162
162
run : cargo build --target=thumbv6m-none-eabi --no-default-features
163
163
164
- test-avr :
165
- runs-on : ubuntu-latest
166
- steps :
167
- - uses : actions/checkout@v3
168
- - name : Install toolchain
169
- uses : dtolnay/rust-toolchain@nightly
170
- with :
171
- components : rust-src
172
- - name : Build top-level only
173
- run : cargo build -Z build-std=core --target=avr-unknown-gnu-atmega328 --no-default-features
164
+ # Disabled due to lack of known working compiler versions (not older than our MSRV)
165
+ # test-avr:
166
+ # runs-on: ubuntu-latest
167
+ # steps:
168
+ # - uses: actions/checkout@v3
169
+ # - name: Install toolchain
170
+ # uses: dtolnay/rust-toolchain@nightly
171
+ # with:
172
+ # components: rust-src
173
+ # - name: Build top-level only
174
+ # run: cargo build -Z build-std=core --target=avr-unknown-gnu-atmega328 --no-default-features
174
175
175
176
test-ios :
176
177
runs-on : macos-latest
You can’t perform that action at this time.
0 commit comments