Skip to content

Commit

Permalink
Update github workflow file
Browse files Browse the repository at this point in the history
Signed-off-by: Ajay Bhargav <[email protected]>
  • Loading branch information
ajaybhargav committed Feb 29, 2024
1 parent 6b64ddd commit 2c32040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
- name: Build Arduino
run: |
pio run -d app/arduino-verify
- name: Clone Logicrom SDK build test application
- name: Clone Logicrom OpenCPU SDK build test application
uses: actions/checkout@v3
with:
repository: 'waybyte/logicromsdk-verify'
path: app/logicromsdk-verify
- name: Build Logicrom SDK
- name: Build Logicrom OpenCPU SDK
run: |
pio run -d app/logicromsdk-verify
build:
Expand Down

0 comments on commit 2c32040

Please sign in to comment.