diff options
author | Pepijn de Vos <pepijndevos@gmail.com> | 2021-12-26 17:52:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-26 17:52:00 +0100 |
commit | 5b6961edd0ff3ad79aa659696105f93c3a246ca0 (patch) | |
tree | c14a88ac3e2bb7e57a520366b3ccbd324e3196e5 | |
parent | fa1ef15e47f7ee0b36a77f94ea26f92e2a8a689d (diff) | |
download | nextpnr-5b6961edd0ff3ad79aa659696105f93c3a246ca0.tar.gz nextpnr-5b6961edd0ff3ad79aa659696105f93c3a246ca0.tar.bz2 nextpnr-5b6961edd0ff3ad79aa659696105f93c3a246ca0.zip |
update release that actually includes GW1NS-4 chipdb
-rw-r--r-- | .cirrus/Dockerfile.ubuntu20.04 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus/Dockerfile.ubuntu20.04 b/.cirrus/Dockerfile.ubuntu20.04 index bf81a4a6..934bbbcb 100644 --- a/.cirrus/Dockerfile.ubuntu20.04 +++ b/.cirrus/Dockerfile.ubuntu20.04 @@ -65,4 +65,4 @@ RUN set -e -x ;\ PATH=$PATH:$HOME/.cargo/bin cargo install --path prjoxide RUN set -e -x ;\ - pip3 install apycula==0.2a1 + pip3 install apycula==0.2a2 |