Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
linsui 2021-12-17 01:25:14 +00:00
parent 7019b0245d
commit 5a3a00b2cb

View file

@ -124,7 +124,7 @@ Builds:
- apt-get update || apt-get update
- apt-get -y install g++ openjdk-11-jdk
- update-alternatives --auto java
- pushd src/main/jni/capnproto/c++
- pushd build/com.osfans.trime/app/src/main/jni/capnproto/c++
- autoreconf -i
- ./configure
- make -j$(nproc)