From 7973dd63e2c5579e2fdca66c4b2bf0adf66485e3 Mon Sep 17 00:00:00 2001 From: Vanperdung Date: Mon, 29 Apr 2024 21:15:46 +0700 Subject: [PATCH] fix ci_build.yml --- .github/workflows/ci_build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index 717c9a3..269625d 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -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: