Skip to content

Commit 87e0032

Browse files
authored
Update compile-openwrt.yml
1 parent 92c3740 commit 87e0032

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/compile-openwrt.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,7 @@ jobs:
188188
uses: actions/cache@v4
189189
with:
190190
path: |
191-
/${{matrix.target}}/openwrt
192-
/${{matrix.target}}/.openwrt_cache
191+
${{ github.workspace }}/openwrt
193192
key: ${{ runner.os }}-openwrt-${{ hashFiles('**/openwrt/Makefile') }}
194193
restore-keys: |
195194
${{ runner.os }}-openwrt-

0 commit comments

Comments
 (0)