Skip to content

Commit

Permalink
ci: More actions debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Chandrasekaran <[email protected]>
  • Loading branch information
sidcha committed Nov 10, 2024
1 parent 49c1a9a commit ae86c77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ jobs:
- examples/platformio/pd.ino
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/cache@v4
with:
path: |
Expand All @@ -121,4 +123,4 @@ jobs:
run: pip install --upgrade platformio

- name: Build PlatformIO examples
run: pio ci --lib . --board=megaatmega2560 ${{ matrix.examples }}
run: pio ci --verbose --lib . --board=megaatmega2560 ${{ matrix.examples }}
4 changes: 3 additions & 1 deletion .github/workflows/publish-platformio.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish LibOSDP to PlatformIO
name: Publish PlatformIO

on:
workflow_dispatch:
Expand All @@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout the repository
uses: actions/checkout@v3
with:
submodules: recursive

- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit ae86c77

Please sign in to comment.