Skip to content

Commit 854b6d2

Browse files
committed
Update r3g-openwrt.yml
1 parent 93ebc2d commit 854b6d2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/r3g-openwrt.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,12 @@ jobs:
8080

8181
- name: Install feeds
8282
run: cd openwrt && ./scripts/feeds install -a
83-
83+
84+
85+
# [ -e $CONFIG_FILE ] && mv $CONFIG_FILE openwrt/.config
8486
- name: Load custom configuration
8587
run: |
8688
[ -e files ] && mv files openwrt/files
87-
[ -e $CONFIG_FILE ] && mv $CONFIG_FILE openwrt/.config
8889
chmod +x $DIY_P2_SH
8990
cd openwrt
9091
$GITHUB_WORKSPACE/$DIY_P2_SH

0 commit comments

Comments
 (0)