aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2022-12-02 14:23:09 +0100
committergatecat <gatecat@ds0.me>2022-12-02 14:26:13 +0100
commit91454515f4a0d87f42af7cd61cdf925c8fdb9229 (patch)
tree54b19ced7d12dcc3f61f6c21b1500721370b8ee4 /.github
parentc62a947a2804c3027471b20815c7544e0fd698d0 (diff)
downloadnextpnr-91454515f4a0d87f42af7cd61cdf925c8fdb9229.tar.gz
nextpnr-91454515f4a0d87f42af7cd61cdf925c8fdb9229.tar.bz2
nextpnr-91454515f4a0d87f42af7cd61cdf925c8fdb9229.zip
Unbreak CI
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/arch_ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/arch_ci.yml b/.github/workflows/arch_ci.yml
index 63255a5b..345ff456 100644
--- a/.github/workflows/arch_ci.yml
+++ b/.github/workflows/arch_ci.yml
@@ -30,14 +30,14 @@ jobs:
- name: Install
run: |
sudo apt-get update
- sudo apt-get install git make cmake libboost-all-dev python3-dev libeigen3-dev tcl-dev lzma-dev libftdi-dev clang bison flex swig qt5-default iverilog
+ sudo apt-get install git make cmake libboost-all-dev python3-dev libeigen3-dev tcl-dev lzma-dev libftdi-dev clang bison flex swig qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools iverilog
- name: Cache yosys installation
uses: actions/cache@v3
id: cache-yosys
with:
path: .yosys
- key: cache-yosys-${{ env.YOSYS_REVISION }}-r2
+ key: cache-yosys-${{ env.YOSYS_REVISION }}-r3
- name: Build yosys
run: |
@@ -50,7 +50,7 @@ jobs:
id: cache-icestorm
with:
path: .icestorm
- key: cache-icestorm-${{ env.ICESTORM_REVISION }}
+ key: cache-icestorm-${{ env.ICESTORM_REVISION }}-r3
if: matrix.arch == 'ice40'
- name: Build icestorm
@@ -64,7 +64,7 @@ jobs:
id: cache-trellis
with:
path: .trellis
- key: cache-trellis-${{ env.TRELLIS_REVISION }}
+ key: cache-trellis-${{ env.TRELLIS_REVISION }}-r3
if: matrix.arch == 'ecp5' || matrix.arch == 'machxo2'
- name: Build trellis
@@ -78,7 +78,7 @@ jobs:
id: cache-prjoxide
with:
path: .prjoxide
- key: cache-prjoxide-${{ env.PRJOXIDE_REVISION }}
+ key: cache-prjoxide-${{ env.PRJOXIDE_REVISION }}-r3
if: matrix.arch == 'nexus'
- name: Build prjoxide