Skip to content

Commit d23e28d

Browse files
Update GitHub Actions workflow
1 parent 3bf34b0 commit d23e28d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dev-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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
@@ -89,7 +89,7 @@ jobs:
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

0 commit comments

Comments
 (0)