Skip to content

Commit 30f032b

Browse files
committed
#2461: Fix ccache path
1 parent 9891205 commit 30f032b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/cache@v4
4747
id: ccache-archive
4848
with:
49-
path: build/ccache
49+
path: ccache-archive
5050
key: ${{ matrix.target }}-${{ github.ref }}-${{ github.sha }}
5151
restore-keys: |
5252
${{ matrix.target }}-${{ github.ref }}

0 commit comments

Comments
 (0)