From f9e9fadbc8ec794ed43f94d237fe4b889c5e13d8 Mon Sep 17 00:00:00 2001 From: Alessandro Comodi Date: Tue, 16 Mar 2021 16:56:13 +0100 Subject: github-actions: use capnp v0.8.0 This also updates the note in the README for the FPGA interchange Signed-off-by: Alessandro Comodi --- .github/ci/build_interchange.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/ci/build_interchange.sh') diff --git a/.github/ci/build_interchange.sh b/.github/ci/build_interchange.sh index c9ecf502..12de22df 100755 --- a/.github/ci/build_interchange.sh +++ b/.github/ci/build_interchange.sh @@ -1,9 +1,9 @@ #!/bin/bash # Install capnproto libraries -curl -O https://capnproto.org/capnproto-c++-0.7.0.tar.gz -tar zxf capnproto-c++-0.7.0.tar.gz -pushd capnproto-c++-0.7.0 +curl -O https://capnproto.org/capnproto-c++-0.8.0.tar.gz +tar zxf capnproto-c++-0.8.0.tar.gz +pushd capnproto-c++-0.8.0 ./configure make -j`nproc` check sudo make install -- cgit v1.2.3