Skip to content

Commit

Permalink
Don't set partition scheme for esp8266 boards
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjansen committed Aug 4, 2024
1 parent b452c7c commit 8583a6a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-arduino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
# Temporarily disabled:
# - examples/BLELed
- examples/Temperature
include:
- board: esp32:esp32:esp32thing
partition_scheme: --board-options PartitionScheme=min_spiffs
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down Expand Up @@ -108,7 +111,7 @@ jobs:
- name: Build ${{ matrix.example }} ${{ matrix.board }}
run: |
arduino-cli compile --fqbn ${{ matrix.board }} --board-options PartitionScheme=min_spiffs ${{ matrix.example }}
arduino-cli compile --fqbn ${{ matrix.board }} ${{ matrix.partition_scheme }} ${{ matrix.example }}
- name: Uninstall iotsa and custom libraries
run: |
Expand Down

0 comments on commit 8583a6a

Please sign in to comment.