Skip to content

Commit

Permalink
fix: ci cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rednblkx committed Jan 6, 2025
1 parent d797c37 commit d12dbf0
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions .github/workflows/esp32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,15 @@ jobs:
- name: Archive merged binary
uses: actions/upload-artifact@v4
with:
name: esp32-merged-binary
name: esp32-firmware-merged
path: build/merged-binary.bin
- uses: actions/cache@v4
with:
path: |
~/.cache/pip
~/.ccache
key: ${{ runner.os }}-esp32-ccache
build
managed_components
sdkconfig
key: ${{ runner.os }}-esp32-build
esp32c3:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -84,9 +85,10 @@ jobs:
- uses: actions/cache@v4
with:
path: |
~/.cache/pip
~/.ccache
key: ${{ runner.os }}-esp32c3-ccache
build
managed_components
sdkconfig
key: ${{ runner.os }}-esp32c3-build
esp32s3:
runs-on: ubuntu-latest
steps:
Expand All @@ -112,14 +114,15 @@ jobs:
- name: Archive merged binary
uses: actions/upload-artifact@v4
with:
name: esp32s3-merged-binary
name: esp32s3-firmware-merged
path: build/merged-binary.bin
- uses: actions/cache@v4
with:
path: |
~/.cache/pip
~/.ccache
key: ${{ runner.os }}-esp32s3-ccache
build
managed_components
sdkconfig
key: ${{ runner.os }}-esp32s3-build
littlefs:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d12dbf0

Please sign in to comment.