Skip to content

Commit

Permalink
update pico-sdk path
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Nov 12, 2023
1 parent ee9d8af commit 8e77449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pico-sdk-cmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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=../../pico-sdk cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DPICO_BOARD=pico_w
run: PICO_SDK_PATH=../../../pico-sdk cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DPICO_BOARD=pico_w

- name: Get core count
id: core_count
Expand Down

0 comments on commit 8e77449

Please sign in to comment.