File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,12 +119,12 @@ jobs:
119
119
rm -f /usr/local/bin/ninja && mkdir -p /usr/local/bin && ln -s /host/usr/bin/ninja /usr/local/bin/ninja
120
120
"
121
121
docker commit the_container the_container
122
- mkdir -p "~ /docker_${TOOLCHAIN_NAME}"
123
- docker save -o "~ /docker_${TOOLCHAIN_NAME}/the_container.tar" the_container
122
+ mkdir -p "/docker_${TOOLCHAIN_NAME}"
123
+ docker save -o "/docker_${TOOLCHAIN_NAME}/the_container.tar" the_container
124
124
125
125
- name : Load container from cache
126
126
if : steps.container-cache.outputs.cache-hit == 'true'
127
- run : docker load -i "~ /docker_${TOOLCHAIN_NAME}/the_container.tar"
127
+ run : docker load -i "/docker_${TOOLCHAIN_NAME}/the_container.tar"
128
128
129
129
- name : Meson Build
130
130
run : |
You can’t perform that action at this time.
0 commit comments