Skip to content

Commit 04f9ed2

Browse files
committed
Remove AVR test build
1 parent 23966a6 commit 04f9ed2

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -154,18 +154,6 @@ jobs:
154154
- name: Build top-level only
155155
run: cargo build --target=thumbv6m-none-eabi --no-default-features
156156

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-
169157
test-ios:
170158
runs-on: macos-latest
171159
steps:

0 commit comments

Comments
 (0)