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 461cb37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
- name: Build PlatformIO examples
run: pio ci --lib="." --project-option="build_unflags = -std=gnu++11" --project-option="build_flags = -std=gnu++14" --board=denky32
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 461cb37

Please sign in to comment.