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 ad68ca8 commit e669ca2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/compile_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false

matrix:
board:
- "nanorp2040connect"
steps:
- uses: actions/checkout@v2
- name: Cache pip
Expand Down Expand Up @@ -89,5 +91,5 @@ jobs:
echo "void loop() {}" >> src/main.ino
- name: Run PlatformIO
run: pio ci --project-option="lib_ldf_mode=chain+" --board=nanorp2040connect src
run: pio ci --project-option="lib_ldf_mode=chain+" --board=${{ matrix.board }} src

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ session.login.password = "<your app password>";





## Prerequisites

### PlatformIO IDE Compile Options
Expand Down

0 comments on commit e669ca2

Please sign in to comment.