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 040f9f5
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ jobs:
- name: Checkout Pico SDK
uses: actions/checkout@v2
with:
repository: https://github.com/raspberrypi/pico-sdk.git
repository: raspberrypi/pico-sdk
path: pico-sdk

- name: Configure CMake and build
run: |
mkdir -p build
cd build
cmake -DPICO_SDK_PATH=${{github.workspace}}/pico-sdk/ ..
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DPICO_SDK_PATH=${{github.workspace}}/pico-sdk/

- name: Build
run: cmake --build ${{github.workspace}}/build

0 comments on commit 040f9f5

Please sign in to comment.