Skip to content

Commit

Permalink
Fixed and improved Build SDK workflow pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Apr 14, 2024
1 parent 9d0670c commit b96bc05
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/sdk_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,5 @@ jobs:

- name: Build SDK Examples
run: |
qrepo run compile examples/sdk/blink.cpp --output blink
qrepo run compile examples/sdk/delay.cpp --output delay
qrepo run compile examples/sdk/hello.cpp --output hello
qrepo run compile examples/sdk/shell.cpp --output shell
qrepo run compile examples/sdk/sysinfo.cpp --output sysinfo
qrepo run compile-examples

0 comments on commit b96bc05

Please sign in to comment.