mirror of https://github.com/commaai/cereal.git
bump capnp to 0.8.0
This commit is contained in:
parent
e1741865f8
commit
9b7dd7e56d
|
@ -2,7 +2,7 @@ set -e
|
|||
echo "Installing capnp"
|
||||
|
||||
cd /tmp
|
||||
VERSION=0.6.1
|
||||
VERSION=0.8.0
|
||||
wget https://capnproto.org/capnproto-c++-${VERSION}.tar.gz
|
||||
tar xvf capnproto-c++-${VERSION}.tar.gz
|
||||
cd capnproto-c++-${VERSION}
|
||||
|
|
Loading…
Reference in New Issue