Skip to content

Commit

Permalink
Fix cache build
Browse files Browse the repository at this point in the history
Signed-off-by: Vince JV <[email protected]>
  • Loading branch information
vincejv committed Nov 19, 2024
1 parent e1d5dd1 commit 5cd33e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ jobs:
- name: Checkout OpenWrt
uses: actions/checkout@v3

- name: Cache OpenWrt buld
- name: Cache OpenWrt build
uses: klever1988/cachewrtbuild@main
with:
ccache: 'true'
mixkey: 'x86_64_skylake'
prefix: 'openwrt'
prefix: ${{ github.workspace }}

# - name: Update feeds
# run: |
Expand Down

0 comments on commit 5cd33e2

Please sign in to comment.