File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838 uses : actions/cache@v4
3939 with :
4040 path : build/download
41- key : downloads-${{ hashFiles('buildroot/.git/modules/**/HEAD', 'buildroot-external-metrological-open-source/.git/HEAD', 'buildroot-external-metrological-restricted/.git/HEAD' ) }}
41+ key : downloads-${{ hashFiles('buildroot/.git/modules/**/HEAD', 'buildroot-external-metrological-open-source/.git/HEAD') }}
4242 restore-keys : |
4343 downloads-
4444
8989
9090 # Initialize config
9191 make -C buildroot \
92- BR2_EXTERNAL="../buildroot-external-metrological-restricted:../buildroot-external-metrological- open-source" \
92+ BR2_EXTERNAL="../buildroot-external-metrological-open-source" \
9393 O=../../build/$CONFIG_NAME \
9494 ${CONFIG_NAME}_defconfig
9595
@@ -111,7 +111,7 @@ jobs:
111111
112112 # Initialize defconfig
113113 make -C buildroot \
114- BR2_EXTERNAL="../buildroot-external-metrological-restricted:../buildroot-external-metrological- open-source" \
114+ BR2_EXTERNAL="../buildroot-external-metrological-open-source" \
115115 O=../../build/$CONFIG_NAME \
116116 ${CONFIG_NAME}_defconfig
117117
You can’t perform that action at this time.
0 commit comments