aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAlessandro Comodi <acomodi@antmicro.com>2021-03-16 16:56:13 +0100
committerAlessandro Comodi <acomodi@antmicro.com>2021-03-16 16:57:07 +0100
commitf9e9fadbc8ec794ed43f94d237fe4b889c5e13d8 (patch)
tree607fd631583dad47f3887b92a2e5086e7df8f608 /.github
parent83544cdf6a397c0d442f25b38c8f6b67966c8eb0 (diff)
downloadnextpnr-f9e9fadbc8ec794ed43f94d237fe4b889c5e13d8.tar.gz
nextpnr-f9e9fadbc8ec794ed43f94d237fe4b889c5e13d8.tar.bz2
nextpnr-f9e9fadbc8ec794ed43f94d237fe4b889c5e13d8.zip
github-actions: use capnp v0.8.0
This also updates the note in the README for the FPGA interchange Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
Diffstat (limited to '.github')
-rwxr-xr-x.github/ci/build_interchange.sh6
1 files changed, 3 insertions, 3 deletions
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