Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Nov 17, 2023
1 parent 44b1300 commit 182b31e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
cargo fmt --check --manifest-path xtask/Cargo.toml
- name: Lint code
run: |
cd openemc-bootloader ; cargo clippy --quiet
cd openemc-firmware ; cargo clippy --quiet
cd openemc-log ; cargo clippy --quiet
cd openemc-pack ; cargo clippy --quiet
cd openemc-shared ; cargo clippy --quiet
cd xtask ; cargo clippy --quiet
cd openemc-bootloader ; cargo clippy --quiet ; cd ..
cd openemc-firmware ; cargo clippy --quiet ; cd ..
cd openemc-log ; cargo clippy --quiet ; cd ..
cd openemc-pack ; cargo clippy --quiet ; cd ..
cd openemc-shared ; cargo clippy --quiet ; cd ..
cd xtask ; cargo clippy --quiet ; cd ..
- name: Build bootloader
run: cd openemc-bootloader ; cargo build --release --quiet
- name: Build firmware
Expand Down

0 comments on commit 182b31e

Please sign in to comment.