Skip to content

Commit

Permalink
fix ci_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanperdung committed Apr 29, 2024
1 parent 318f0c1 commit 7973dd6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ jobs:
runs-on: ubuntu-latest

steps:

- name: Setup CMake
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.16.x'

- name: Use CMake
run: cmake --version

- name: Checkout Pico SDK
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 7973dd6

Please sign in to comment.