File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6363 ls -la
6464
6565 cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_CONAN=ON -DENABLE_NODE_BINDINGS=ON -DCMAKE_TOOLCHAIN_FILE=./conan_toolchain.cmake ..
66- # cmake --build . --config Release
66+ cmake --build . --config Release
6767
6868 # # TODO: MSVC goes out of memory when building our tests
6969 # # - name: Run tests
@@ -537,7 +537,7 @@ jobs:
537537 # sed -i '' 's/compiler.cppstd=.*$/compiler.cppstd=20/' ~/.conan/profiles/default
538538
539539 if [[ "${ENABLE_CONAN}" == "ON" ]]; then
540- conan install .. --output-folder=. --build=missing --settings compiler.cppstd=20 # --settings build_type=Release
540+ conan install .. --output-folder=. --build=missing --settings compiler.cppstd=20 --settings build_type=${BUILD_TYPE}
541541 fi
542542
543543 ccache --zero-stats
You can’t perform that action at this time.
0 commit comments