Skip to content

Commit

Permalink
https://github.com/coolsnowwolf/lede/pull/7796
Browse files Browse the repository at this point in the history
  • Loading branch information
LingEmberMaple committed Jul 10, 2023
1 parent 74864cc commit 3705ef2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/openwrt-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ jobs:
- name: Checkout OpenWrt
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: cache
uses: klever1988/cachewrtbuild@main
with:
ccache: 'true'

- name: Update feeds
run: |
Expand All @@ -53,7 +60,9 @@ jobs:
./scripts/feeds install -a
- name: Generate configuration file
run: make defconfig
run: |
echo -e 'CONFIG_DEVEL=y\nCONFIG_CCACHE=y' >> .config
make defconfig
- name: Download packages
run: make download -j16
Expand Down

0 comments on commit 3705ef2

Please sign in to comment.