Skip to content

Commit

Permalink
fix(ci): build examples
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Jun 27, 2024
1 parent 6adeb83 commit 463d5a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ jobs:
cd ../hpm-data/build/
git clone https://github.com/hpmicro-rs/hpm-metapac.git
- name: Build Only
run: cargo build --release --examples
run:
for d in $(ls -1 ./examples); do
(cd ./examples/$d && cargo build --release)
done

0 comments on commit 463d5a5

Please sign in to comment.