ci(check-ubuntu): install uv so subprocess lint step can run (#206) #409
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build Arduino Due | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| build: | |
| uses: ./.github/workflows/template_build.yml | |
| with: | |
| workflow-name: "Arduino Due" | |
| test-dir: "tests/platform/sam3x8e_due" | |
| env-name: "sam3x8e_due" | |
| firmware-ext: "bin" |