Skip to content

Commit

Permalink
pico-sdk: install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Nov 12, 2023
1 parent 8e77449 commit a8d5a58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pico-sdk-cmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
rm -rf "${{github.workspace}}/tools/pico_w/build"
mkdir -p "${{github.workspace}}/tools/pico_w/build"
- name: Install dependencies
run: sudo apt -y install tzdata pkg-config make cmake ninja gcc-arm-none-eabi

- name: Configure CMake
# Use a bash shell so we can use the same syntax for environment variable
# access regardless of the host operating system
Expand Down

0 comments on commit a8d5a58

Please sign in to comment.