1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-05-04 07:08:26 +00:00

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>
This commit is contained in:
Alessandro Comodi
2021-03-16 16:56:13 +01:00
parent 83544cdf6a
commit f9e9fadbc8
2 changed files with 4 additions and 4 deletions

View File

@@ -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