Skip to content

Commit

Permalink
Update CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Jul 10, 2022
1 parent fa36133 commit ad68ca8
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/compile_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,23 +57,11 @@ jobs:
- name: Run PlatformIO
run: pio ci --board=${{ matrix.board }} src


build2:
build2:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
board:
- "d1_mini"
- "nodemcuv2"
- "esp32dev"
- "lolin32"
- "mkrwifi1010"
- "bluepill_f103c8_128k"
- "mkr1000USB"
- "teensy36"
- "teensy41"
- "nanorp2040connect"

steps:
- uses: actions/checkout@v2
- name: Cache pip
Expand Down

0 comments on commit ad68ca8

Please sign in to comment.