Skip to content

Commit f587c26

Browse files
committed
Fix add key to cache step
1 parent 8888ccd commit f587c26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ jobs:
2525
target: docker-all-webgl
2626
steps:
2727
- uses: actions/checkout@v3
28-
- name: Cache SCons files
28+
- name: Cache Docker files
2929
uses: actions/cache@v4
3030
with:
3131
path: $DOCKER_CACHE
32+
key: ${{ matrix.platform }}
3233
- name: Build
3334
run: make -C Plugins ${{ matrix.target }} DOCKER_BUILD_ARGS="--cache-to type=local,dest=$DOCKER_CACHE --cache-from type=local,src=$DOCKER_CACHE"
3435
- name: Upload artifact

0 commit comments

Comments
 (0)