Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f012f1d

Browse files
committed
CI: Fix the cache path of Linux QEMU
1 parent 4be83a5 commit f012f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux_qemu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
uses: actions/cache@v3
9393
id: container-cache
9494
with:
95-
path: /docker_${{ matrix.BUILD_PROP[1] }}
95+
path: ~/docker_${{ matrix.BUILD_PROP[1] }}
9696
key: container-${{ runner.os }}-${{ matrix.BUILD_PROP[1] }}-${{ matrix.BUILD_PROP[2] }}-${{ hashFiles('build_requirements.txt') }}
9797

9898
- name: Creates new container

0 commit comments

Comments
 (0)