Skip to content
Snippets Groups Projects
Commit 672ef616 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Try to fix CI failing because of missing directory

parent 20323086
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,7 @@ RUN \
cd olm && mkdir -p cmake && \
git checkout ${OLM_VERSION} && \
curl -L https://raw.githubusercontent.com/Nheko-Reborn/mtxclient/master/deps/cmake/OlmCMakeLists.txt -o CMakeLists.txt && \
mkdir -p cmake && \
curl -L https://raw.githubusercontent.com/Nheko-Reborn/mtxclient/master/deps/cmake/OlmConfig.cmake.in -o cmake/OlmConfig.cmake.in && \
cmake -H. -Bbuild -GNinja -DCMAKE_BUILD_TYPE=Release && \
cmake --build build --target install && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment