diff options
| author | Elliot Matson <ematson5897@gmail.com> | 2023-01-29 20:30:47 -0600 |
|---|---|---|
| committer | Elliot Matson <ematson5897@gmail.com> | 2023-01-29 20:30:47 -0600 |
| commit | e7f2ac6805f158b4a8628daab89be1b12bcc0bdf (patch) | |
| tree | 9b68ce9d073e7bd151592d519e91695cfddd9844 /.github/workflows | |
| parent | 0323b728aed9d542de75f5f6b0bf67070f616bbb (diff) | |
Just to be sure
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/pio_build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/pio_build.yml b/.github/workflows/pio_build.yml index d587b37..96631f2 100644 --- a/.github/workflows/pio_build.yml +++ b/.github/workflows/pio_build.yml @@ -26,6 +26,8 @@ jobs: env: PLATFORMIO_BUILD_FLAGS: ${{ matrix.no_gfx }} ${{ matrix.no_fast_functions }} ${{ matrix.no_cie1931 }} ${{ matrix.virtual_panel }} steps: + - name: Show Build Flags + run: echo $PLATFORMIO_BUILD_FLAGS - uses: actions/checkout@v2 - name: Cache pip uses: actions/cache@v2 |
