diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 528d64d084..5d08d3f67d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,6 +77,10 @@ jobs: name: attiny2313 spec: attiny2313 crate: attiny-hal + - type: mcu + name: attiny404 + spec: attiny404 + crate: avrxmega-hal runs-on: ubuntu-latest steps: - name: Checkout code