aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliot Matson <ematson5897@gmail.com>2023-01-29 20:26:47 -0600
committerElliot Matson <ematson5897@gmail.com>2023-01-29 20:26:47 -0600
commit51e44ce4b8e1b59caf44e64908a9c54f8aad2b59 (patch)
treeecb1000638ea1f6694fc1058677a3fcfab58bd36
parentf6ac9357c90a5f32b1732723a621e22a59076052 (diff)
Github copilot lied to me
-rw-r--r--.github/workflows/pio_build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pio_build.yml b/.github/workflows/pio_build.yml
index 6258798..d587b37 100644
--- a/.github/workflows/pio_build.yml
+++ b/.github/workflows/pio_build.yml
@@ -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