Skip to content

Commit

Permalink
build: use cache
Browse files Browse the repository at this point in the history
  • Loading branch information
erichelgeson committed Oct 19, 2024
1 parent 56f020f commit 8696716
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/firmware_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
with:
path: BlueSCSI
fetch-depth: "0"
- uses: actions/cache@v4
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio

- uses: actions/setup-python@v5
with:
Expand All @@ -27,7 +33,7 @@ jobs:
- name: Build firmware
run: |
cd BlueSCSI
pio run -v
pio run -v -e BlueSCSI_Pico
- name: Rename firmware files
run: |
Expand Down

0 comments on commit 8696716

Please sign in to comment.