File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ jobs:
282282 export PATH=~/.local/bin:${PATH}
283283 mkdir -p docker/conan2/p
284284 mkdir -p ~/.conan2
285- mv docker/conan /p ~/.conan2
285+ mv docker/conan2 /p ~/.conan2
286286 cmake -S . -B build -G Ninja -DTARGET_BUILD_ARCH=${{ matrix.arch == 'arm32' && 'armv7' || 'armv8' }} -DCMAKE_BUILD_TYPE=${{ steps.vars.outputs.build_config }} -DSHARED_OPENSSL=${{ matrix.ssl == 'dynamic' }} -DSTATIC_STDCXX=true -DBUILD_SERVER=1 -DBUILD_ABI_CHECK_TOOL=0
287287 cmake --build build --config ${{ steps.vars.outputs.build_config }} --parallel $(nproc)
288288 mv ~/.conan2/p docker/conan2
@@ -300,7 +300,7 @@ jobs:
300300 env :
301301 cache-name : cache-conan-modules
302302 with :
303- path : docker/conan /p
303+ path : docker/conan2 /p
304304 key : ${{ steps.conan-cache-restore.outputs.cache-primary-key }}
305305
306306 build-macos-arm :
You can’t perform that action at this time.
0 commit comments