Skip to content

Commit

Permalink
ci: fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
GwnDaan committed Nov 21, 2023
1 parent ae1a009 commit 5d657d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: pip install --upgrade platformio

- name: Build PlatformIO examples
run: pio ci --lib="." --project-option="build_unflags = -std=gnu++11" --project-option="build_flags = -std=gnu++14" --board=denky32
run: pio ci --lib="." --project-option="build_unflags = -std=gnu++11" --project-option="build_flags = -std=gnu++14" --board=denky32 --project-option="board_build.embed_txtfiles = src/src/object_pool/object_pool.iop"
env:
PLATFORMIO_CI_SRC: ${{ matrix.example }}/src
PLATFORMIO_BUILD_FLAGS: -I${{ matrix.example }}/include
PLATFORMIO_CI_SRC: ${{ matrix.example }}
PLATFORMIO_BUILD_FLAGS: -Isrc/include

0 comments on commit 5d657d1

Please sign in to comment.