Github copilot lied to me
This commit is contained in:
parent
f6ac9357c9
commit
51e44ce4b8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pio_build.yml
vendored
2
.github/workflows/pio_build.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
virtual_panel: ["", -DVIRTUAL_PANEL]
|
||||
|
||||
env:
|
||||
PLATFORMIO_BUILD_FLAGS: ${{ matrix.no_gfx }} ${{ matrix.no_fast_functions }} ${{ matrix.no_cie1931 }} ${{ matrix.virtual_panel
|
||||
PLATFORMIO_BUILD_FLAGS: ${{ matrix.no_gfx }} ${{ matrix.no_fast_functions }} ${{ matrix.no_cie1931 }} ${{ matrix.virtual_panel }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Cache pip
|
||||
|
|
Loading…
Reference in a new issue