Skip to content

Commit

Permalink
Fix c_build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
niklas-vainio authored Dec 7, 2024
1 parent 66f7b31 commit 6df8cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Build for RP2350
# Build your program with the given configuration
run: cmake --build -DRP2350=ON ${{github.workspace}}/build
run: cmake --build ${{github.workspace}}/build -DRP2350=ON

- name: Archive Build Products for RP2350
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6df8cb4

Please sign in to comment.