Skip to content

Commit

Permalink
add klever1988/cachewrtbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
1-1-2 committed Jul 5, 2022
1 parent 18d9802 commit 1852cc4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/[OpenWrt]Newifi3_D2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ jobs:
git clone $REPO_URL -b $REPO_BRANCH openwrt
ln -sf /workdir/openwrt $GITHUB_WORKSPACE/openwrt
- name: Cache
uses: klever1988/cachewrtbuild@main
with:
ccache: 'false'
prefix: ${{ github.workspace }}/openwrt

- name: Load custom feeds
run: |
[ -e $FEEDS_CONF ] && mv $FEEDS_CONF openwrt/feeds.conf.default
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/[OpenWrt]RE-SP-01B.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ jobs:
git clone $REPO_URL -b $REPO_BRANCH openwrt
ln -sf /workdir/openwrt $GITHUB_WORKSPACE/openwrt
- name: Cache
uses: klever1988/cachewrtbuild@main
with:
ccache: 'false'
prefix: ${{ github.workspace }}/openwrt

- name: Load custom feeds
run: |
[ -e $FEEDS_CONF ] && mv $FEEDS_CONF openwrt/feeds.conf.default
Expand Down

0 comments on commit 1852cc4

Please sign in to comment.