Skip to content

Commit

Permalink
Use --board-options in stead of build-property to change partition si…
Browse files Browse the repository at this point in the history
…zes.
  • Loading branch information
jackjansen committed Aug 4, 2024
1 parent 2d724cd commit b452c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-arduino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Build ${{ matrix.example }} ${{ matrix.board }}
run: |
arduino-cli compile --fqbn ${{ matrix.board }} --build-property build.partitions=min_spiffs ${{ matrix.example }}
arduino-cli compile --fqbn ${{ matrix.board }} --board-options PartitionScheme=min_spiffs ${{ matrix.example }}
- name: Uninstall iotsa and custom libraries
run: |
Expand Down

0 comments on commit b452c7c

Please sign in to comment.