Skip to content

Commit

Permalink
- ci update
Browse files Browse the repository at this point in the history
  • Loading branch information
ehunck committed Jul 4, 2024
1 parent 30ab1c1 commit 13a8ec8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
run: |
sudo apt install cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib
git submodule update --init --recursive
cmake -B ${{github.workspace}}/build -DPICO_BOARD=pico_w -DPICO_SDK_PATH=${{github.workspace}}/pico-sdk ${{github.workspace}}
Expand Down

0 comments on commit 13a8ec8

Please sign in to comment.