We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ccac3b commit 8a16160Copy full SHA for 8a16160
1 file changed
.github/workflows/build-openwrt.yml
@@ -52,7 +52,7 @@ env:
52
RESTORE_PACKAGE_CACHE: false
53
### --------------------------- ###
54
CLEANUP_ENVIROMENT: true
55
- RESET_OPENWRT_COMMIT: true
+ RESET_OPENWRT_COMMIT: false
56
INSTALL_LLVM: false
57
LOAD_FUNCTIONS: true
58
BOOTSTRAP_START: false
@@ -239,7 +239,7 @@ jobs:
239
chmod +x scripts/$FUNCTIONS_SH
240
source scripts/$FUNCTIONS_SH
241
cd openwrt
242
- RESET_COMMIT "f39d9ea0c26a61261dfd03091aaa6c4b1cb8c8a6"
+ RESET_COMMIT "771ea6f2e3868b208b5261ae676160d5ef6544e8"
243
### ----------------------------------------------------------------- ###
244
- name: Current Commit Before Feeds/Patches
245
if: env.GITLOGA == 'true' && !cancelled()
0 commit comments