Skip to content

Commit

Permalink
fixup! Add Framework LED Matrix Example
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAZoidberg committed Oct 14, 2024
1 parent ab6a1d5 commit 358d1f2
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,15 @@ jobs:
- '.github/workflows/**'
- if: steps.changes.outputs.rust == 'true'
run: |
cargo build --target=thumbv6m-none-eabi
cd examples/adafruit_rgb && cargo build --target=thumbv6m-none-eabi
cd examples/ledmatrix && cargo build --examples
cargo build --target=thumbv6m-none-eabi --all-features
pushd examples/adafruit_rgb
cargo build --target=thumbv6m-none-eabi --examples
popd
pushd examples/ledmatrix
cargo build --examples
popd
rustdoc:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 358d1f2

Please sign in to comment.