@@ -136,8 +136,8 @@ jobs:
136
136
--cap-add SYS_ADMIN --device /dev/fuse --privileged \
137
137
--mount type=bind,source=${GITHUB_WORKSPACE},target=/workspace,readonly \
138
138
--mount type=bind,source=${{ runner.temp }},target=/tmp-runner \
139
- --mount type=bind,source=/home/mhx /github-ccache,target=/ccache \
140
- --mount type=bind,source=/home/mhx /github-local,target=/local \
139
+ --mount type=bind,source=${HOME} /github-ccache,target=/ccache \
140
+ --mount type=bind,source=${HOME} /github-local,target=/local \
141
141
--mount type=bind,source=/mnt/opensource/artifacts/dwarfs,target=/artifacts \
142
142
--env BUILD_TYPE=clang-release-ninja-source-notest \
143
143
--env BUILD_ARCH=amd64 \
@@ -227,8 +227,8 @@ jobs:
227
227
--cap-add SYS_ADMIN --device /dev/fuse --privileged \
228
228
--mount type=bind,source=${GITHUB_WORKSPACE},target=/workspace,readonly \
229
229
--mount type=bind,source=${{ runner.temp }},target=/tmp-runner \
230
- --mount type=bind,source=/home/mhx /github-ccache,target=/ccache \
231
- --mount type=bind,source=/home/mhx /github-local,target=/local \
230
+ --mount type=bind,source=${HOME} /github-ccache,target=/ccache \
231
+ --mount type=bind,source=${HOME} /github-local,target=/local \
232
232
--mount type=bind,source=/mnt/opensource/artifacts/dwarfs,target=/artifacts \
233
233
--env BUILD_FROM_TARBALL=1 \
234
234
--env BUILD_TYPE=${{ matrix.build_type }} \
@@ -349,8 +349,8 @@ jobs:
349
349
--cap-add SYS_ADMIN --device /dev/fuse --privileged \
350
350
--mount type=bind,source=${GITHUB_WORKSPACE},target=/workspace,readonly \
351
351
--mount type=bind,source=${{ runner.temp }},target=/tmp-runner \
352
- --mount type=bind,source=/home/mhx /github-ccache,target=/ccache \
353
- --mount type=bind,source=/home/mhx /github-local,target=/local \
352
+ --mount type=bind,source=${HOME} /github-ccache,target=/ccache \
353
+ --mount type=bind,source=${HOME} /github-local,target=/local \
354
354
--mount type=bind,source=/mnt/opensource/artifacts/dwarfs,target=/artifacts \
355
355
--env BUILD_TYPE=${{ matrix.build_type }} \
356
356
--env BUILD_ARCH=${{ matrix.arch }} \
0 commit comments