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 4646 uses : vmactions/openbsd-vm@v1
4747 with :
4848 envs : ' CCACHE_COMPILERCHECK CCACHE_DIR CCACHE_MAXSIZE'
49- prepare : pkg_add -v cmake git ccache boost libevent sqlite3 zeromq python py3-zmq
49+ prepare : pkg_add -v cmake ninja git ccache boost libevent sqlite3 zeromq python py3-zmq
5050 run : git config --global --add safe.directory ${{ github.workspace }}
5151 sync : ' rsync'
5252 copyback : false
6060 - name : Generate buildsystem
6161 run : |
6262 cd ${{ github.workspace }}
63- cmake -B build -DWITH_ZMQ=ON -DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON
63+ cmake -B build -DCMAKE_GENERATOR="Ninja" - DWITH_ZMQ=ON -DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON
6464
6565 - name : Build
6666 uses : ./ci/nightly/.github/actions/build-with-ccache
You can’t perform that action at this time.
0 commit comments