Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
korken89 committed Mar 4, 2022
1 parent fc31b8d commit 5a703e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ jobs:
EMBEDDED_CI_SERVER: ${{ secrets.EMBEDDED_CI_SERVER }}
run: |
cd examples-runner
cargo xtask --target --runner qemu ${{ matrix.target }}
cargo xtask --target --runner embedded-ci ${{ matrix.target }}
cargo xtask --target ${{ matrix.target }} --runner qemu
cargo xtask --target ${{ matrix.target }} --runner embedded-ci
# Check the correctness of macros/ crate
checkmacros:
Expand Down

0 comments on commit 5a703e7

Please sign in to comment.