Skip to content

Commit

Permalink
.config file bak
Browse files Browse the repository at this point in the history
Signed-off-by: jcleng <[email protected]>
  • Loading branch information
jcleng committed Jan 16, 2023
1 parent 70056d5 commit 040712b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@ jobs:
cd openwrt
rm -rf ./bin ./build_dir ./tmp
make defconfig
mkdir ./bin
cat ./.config
cp ./.config ./bin/config.bak
- name: Cache Hook
uses: actions/cache@v3
Expand All @@ -78,6 +77,11 @@ jobs:
cache_ar300nand_
cache_ar300nand
cache
- name: .config file bak
run: |
mkdir ./bin
cp ./.config ./bin/config.bak
- name: make
run: |
cd openwrt
Expand Down

0 comments on commit 040712b

Please sign in to comment.