diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index db3fb8d..5ce67b3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,6 +18,17 @@ jobs: - name: Build firmware run: make + build_macos: + runs-on: macos-latest + steps: + - uses: actions/checkout@v3 + - name: Install Arduino CLI + run: brew install arduino-cli + - name: Install dependencies + run: make dependencies + - name: Build firmware + run: make + build_windows: runs-on: windows-latest steps: