diff --git a/.github/workflows/compile_library.yml b/.github/workflows/compile_library.yml index 01a4bd63..ff5b8f15 100644 --- a/.github/workflows/compile_library.yml +++ b/.github/workflows/compile_library.yml @@ -61,7 +61,9 @@ jobs: runs-on: ubuntu-latest strategy: fail-fast: false - + matrix: + board: + - "nanorp2040connect" steps: - uses: actions/checkout@v2 - name: Cache pip @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index 023ccc36..8b405423 100644 --- a/README.md +++ b/README.md @@ -118,8 +118,6 @@ session.login.password = ""; - - ## Prerequisites ### PlatformIO IDE Compile Options