Skip to content

Commit

Permalink
ci: added matrix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
vChavezB authored Oct 5, 2024
1 parent 030f3b1 commit 89e7d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
arduino-cli core update-index
arduino-cli config init
arduino-cli config set board_manager.additional_urls "${ESP32_BOARD_URL}"
arduino-cli core install esp32:esp32@2.0.11
arduino-cli core install esp32:esp32@${{ matrix.esp32_core_version }}
- name: Install library
run: |
Expand Down

0 comments on commit 89e7d71

Please sign in to comment.