Skip to content

Commit

Permalink
ci: fix broken github action
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoboGu authored Jan 23, 2024
1 parent 7e88339 commit 17c0122
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- name: Install target
run: rustup target add thumbv7em-none-eabihf thumbv6m-none-eabi
- name: Build
run: cargo build -p rmk --verbose
working-directory: ./rmk
run: cargo build --verbose
- name: Build rp2040
working-directory: ./boards/rp2040
run: cargo build --verbose
Expand Down

0 comments on commit 17c0122

Please sign in to comment.