Add support for the 36v8. Change version number to 1.1.0. #3
Workflow file for this run
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: "CI" | |
| on: | |
| pull_request: | |
| push: | |
| jobs: | |
| ci: | |
| runs-on: ubuntu-20.04 | |
| steps: | |
| - name: Checkout this repository | |
| uses: actions/[email protected] | |
| - name: Cache for arduino-ci | |
| uses: actions/[email protected] | |
| with: | |
| path: | | |
| ~/.arduino15 | |
| key: ${{ runner.os }}-arduino | |
| - name: Install nix | |
| uses: cachix/install-nix-action@v12 | |
| - run: nix-shell -I nixpkgs=channel:nixpkgs-unstable -p arduino-ci --run "arduino-ci" |