Skip to content

Commit

Permalink
remove curly brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
untoxa committed Dec 18, 2024
1 parent d67b285 commit 5b889cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
PICO_SDK_PATH: ${{ env.PICO_SDK_PATH }}
run: |
mkdir -p build
gcc -o build/makefsdata -I{$PICO_SDK_PATH}/lib/lwip/src/include/ -Iinclude -I. makefsdata/makefsdata.c
gcc -o build/makefsdata -I$PICO_SDK_PATH/lib/lwip/src/include/ -Iinclude -I. makefsdata/makefsdata.c
./build/makefsdata ./fs -f:include/pico_printer_fs.c
cd build
cmake ..
Expand Down

0 comments on commit 5b889cb

Please # to comment.