Skip to content

Commit

Permalink
global: fix GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
and3rson committed Feb 20, 2024
1 parent 4ba2915 commit 92b88e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
path: |
~/.cache/pip
~/.platformio/.cache
./firmware-demo/.pio
./firmware/main/.pio
key: ${{ runner.os }}-pio
- uses: actions/setup-python@v4
with:
Expand All @@ -22,5 +22,5 @@ jobs:
run: pip install --upgrade platformio

- name: Build PlatformIO Project
working-directory: ./firmware-demo
working-directory: ./firmware/main
run: pio run

0 comments on commit 92b88e7

Please sign in to comment.