Skip to content

Commit

Permalink
Make GitHub build file install rp2040 version 3.9.5 (#22)
Browse files Browse the repository at this point in the history
* fixed default_toolchain typo

* Changed build file to install rp2040 version 3.9.5
  • Loading branch information
JamesDCowley authored Oct 7, 2024
1 parent 707d0fd commit beff23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
arduino-cli config init
arduino-cli config add board_manager.additional_urls https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
arduino-cli core install rp2040:rp2040
arduino-cli core install rp2040:rp2040@3.9.5
shell: bash
- name: Install Arduino Libraries
run: |
Expand Down

0 comments on commit beff23d

Please sign in to comment.