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 46
46
uses : vmactions/openbsd-vm@v1
47
47
with :
48
48
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
50
50
run : git config --global --add safe.directory ${{ github.workspace }}
51
51
sync : ' rsync'
52
52
copyback : false
60
60
- name : Generate buildsystem
61
61
run : |
62
62
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
64
64
65
65
- name : Build
66
66
uses : ./ci/nightly/.github/actions/build-with-ccache
You can’t perform that action at this time.
0 commit comments