Skip to content

Commit

Permalink
fix error in extbuild github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jul 31, 2024
1 parent 65e933c commit 2dc4f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
id: cache-ParallelIO
uses: actions/cache@v4
with:
path: ~/pio
path: {GITHUB_WORKSPACE}/pio
key: ${{ runner.os }}-${{ env.PIO_VERSION }}.pio
- name: Build ParallelIO
if: steps.cache-ParallelIO.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 2dc4f21

Please sign in to comment.