We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ebc2d commit 854b6d2Copy full SHA for 854b6d2
1 file changed
.github/workflows/r3g-openwrt.yml
@@ -80,11 +80,12 @@ jobs:
80
81
- name: Install feeds
82
run: cd openwrt && ./scripts/feeds install -a
83
-
+
84
85
+ # [ -e $CONFIG_FILE ] && mv $CONFIG_FILE openwrt/.config
86
- name: Load custom configuration
87
run: |
88
[ -e files ] && mv files openwrt/files
- [ -e $CONFIG_FILE ] && mv $CONFIG_FILE openwrt/.config
89
chmod +x $DIY_P2_SH
90
cd openwrt
91
$GITHUB_WORKSPACE/$DIY_P2_SH
0 commit comments