Skip to content

Commit

Permalink
Fixing syntax error in build_firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
dl1com authored Jun 26, 2023
1 parent 68bb4da commit 4c4f35c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
with:
submodules: recursive
- uses: actions/cache@v3
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio
- name: Install PlatformIO Core
run: |
pip install --upgrade platformio
Expand Down

0 comments on commit 4c4f35c

Please sign in to comment.