Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Oct 13, 2023
1 parent 7236c59 commit a5f8230
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
touch_test,
usb_hid_pad,
]
env:
EXAMPLES: ${{matrix.example}}
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
Expand All @@ -42,6 +44,4 @@ jobs:
run: pip install --upgrade platformio

- name: Run PlatformIO
run: pio run -e $example
env:
PLATFORMIO_CI_SRC: ${{ matrix.example }}
run: pio run -e $EXAMPLES

0 comments on commit a5f8230

Please sign in to comment.