Skip to content

Commit

Permalink
Store project build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lptr committed Jan 2, 2024
1 parent 314fff8 commit bc07aec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ jobs:
run: |
pip install --upgrade platformio
- name: Cache project build cache
uses: actions/cache@v3
with:
path: |
.pio/build-cache
key: ${{ runner.os }}-pio-build-cache

- name: Build application (${{matrix.environment}})
if: matrix.environment != 'native'
run: pio run --environment ${{matrix.environment}}
Expand Down

0 comments on commit bc07aec

Please sign in to comment.