diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 252de63..01c0c46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,8 @@ jobs: - uses: actions/checkout@v4 - uses: extractions/setup-just@v3 - uses: dtolnay/rust-toolchain@stable + with: + targets: "armv7a-none-eabihf" - run: just check zynq - run: just check tools - run: just check zynq7000-boot-image @@ -21,6 +23,8 @@ jobs: - uses: extractions/setup-just@v3 - uses: dtolnay/rust-toolchain@stable + with: + targets: "armv7a-none-eabihf" - run: just build zynq - run: just build tools - run: just build zynq7000-boot-image @@ -34,6 +38,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: components: rustfmt + targets: "armv7a-none-eabihf" - run: just fmt zynq - run: just fmt tools - run: just fmt zynq7000-boot-image