aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2022-03-17 20:01:44 +0000
committergatecat <gatecat@ds0.me>2022-03-17 20:01:44 +0000
commit29654c52be93df192ce3191b39e2d4ae57120d08 (patch)
treef6f89178f844653cb0a97092429447f0a308153e /.github/workflows
parent14d53dfec8dba93996f5c2877d60f6ed167d14fb (diff)
downloadnextpnr-29654c52be93df192ce3191b39e2d4ae57120d08.tar.gz
nextpnr-29654c52be93df192ce3191b39e2d4ae57120d08.tar.bz2
nextpnr-29654c52be93df192ce3191b39e2d4ae57120d08.zip
ci: Fixes for latest RapidWright
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/interchange_ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/interchange_ci.yml b/.github/workflows/interchange_ci.yml
index 16b50205..27b19c5a 100644
--- a/.github/workflows/interchange_ci.yml
+++ b/.github/workflows/interchange_ci.yml
@@ -16,7 +16,7 @@ jobs:
- name: Install
run: |
sudo apt-get update
- sudo apt-get install git make cmake libboost-all-dev python3-dev libeigen3-dev tcl-dev clang bison flex swig
+ sudo apt-get install git make cmake libboost-all-dev python3-dev libeigen3-dev tcl-dev clang bison flex swig locales libtinfo-dev
- name: ccache
uses: hendrikmuhs/ccache-action@v1