Unbreak CI

Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
gatecat 2022-12-02 14:23:09 +01:00
parent c62a947a28
commit 91454515f4

View File

@ -30,14 +30,14 @@ jobs:
- name: Install - name: Install
run: | run: |
sudo apt-get update 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 - name: Cache yosys installation
uses: actions/cache@v3 uses: actions/cache@v3
id: cache-yosys id: cache-yosys
with: with:
path: .yosys path: .yosys
key: cache-yosys-${{ env.YOSYS_REVISION }}-r2 key: cache-yosys-${{ env.YOSYS_REVISION }}-r3
- name: Build yosys - name: Build yosys
run: | run: |
@ -50,7 +50,7 @@ jobs:
id: cache-icestorm id: cache-icestorm
with: with:
path: .icestorm path: .icestorm
key: cache-icestorm-${{ env.ICESTORM_REVISION }} key: cache-icestorm-${{ env.ICESTORM_REVISION }}-r3
if: matrix.arch == 'ice40' if: matrix.arch == 'ice40'
- name: Build icestorm - name: Build icestorm
@ -64,7 +64,7 @@ jobs:
id: cache-trellis id: cache-trellis
with: with:
path: .trellis path: .trellis
key: cache-trellis-${{ env.TRELLIS_REVISION }} key: cache-trellis-${{ env.TRELLIS_REVISION }}-r3
if: matrix.arch == 'ecp5' || matrix.arch == 'machxo2' if: matrix.arch == 'ecp5' || matrix.arch == 'machxo2'
- name: Build trellis - name: Build trellis
@ -78,7 +78,7 @@ jobs:
id: cache-prjoxide id: cache-prjoxide
with: with:
path: .prjoxide path: .prjoxide
key: cache-prjoxide-${{ env.PRJOXIDE_REVISION }} key: cache-prjoxide-${{ env.PRJOXIDE_REVISION }}-r3
if: matrix.arch == 'nexus' if: matrix.arch == 'nexus'
- name: Build prjoxide - name: Build prjoxide