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:
6
.github/ci/build_interchange.sh
vendored
6
.github/ci/build_interchange.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user