Skip to content

Commit

Permalink
Remove duplicated cmake call
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Dec 16, 2024
1 parent 9f2d125 commit 1a3ebd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/10-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ jobs:
unset PICO_PLATFORM
unset PICO_BOARD
cmake -B ${{github.workspace}}/build/${{matrix.build_dir}} -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DPICO_PLATFORM=${{matrix.platform}} -DPICO_BOARD=${{matrix.board}}
cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE .
make
- name: Upload artifacts
Expand Down

0 comments on commit 1a3ebd8

Please sign in to comment.