Skip to content

Commit

Permalink
fix typo in cmake step for ili9341 build
Browse files Browse the repository at this point in the history
  • Loading branch information
maks committed Dec 15, 2024
1 parent 9083e67 commit 38d17d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# Note the current convention is to use the -S and -B options here to specify source
# and build directories, but this is only available with CMake 3.13 and higher.
# The CMake binaries on the Github Actions machines are (as of this writing) 3.12
run: PICO_SDK_PATH=../sources/Externals/pico-sdk PICO_TOOLCHAIN_PATH=${{steps.arm-none-eabi-gcc-action.outputs.path}} cmake ../sources -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DUSE_LCD=LCD_ST7789
run: PICO_SDK_PATH=../sources/Externals/pico-sdk PICO_TOOLCHAIN_PATH=${{steps.arm-none-eabi-gcc-action.outputs.path}} cmake ../sources -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DUSE_LCD=LCD_ILI9341

- name: Set Build Number
shell: bash
Expand Down

0 comments on commit 38d17d9

Please sign in to comment.