ci: Increase similarities with LiteX CI.

This commit is contained in:
Florent Kermarrec 2021-10-26 12:15:39 +02:00
parent f537b5dd52
commit 2b0f806c96
1 changed files with 1 additions and 5 deletions

View File

@ -14,6 +14,7 @@ jobs:
- name: Install Tools
run: |
sudo apt-get install wget build-essential python3 ninja-build
sudo apt-get install verilator libevent-dev libjson-c-dev
pip3 install setuptools
pip3 install requests
pip3 install pexpect
@ -33,11 +34,6 @@ jobs:
sudo mkdir /usr/local/riscv
sudo cp -r $PWD/../riscv64-*/* /usr/local/riscv
# Install Verilator with dependencies
- name: Install Verilator
run: |
sudo apt-get install verilator libevent-dev libjson-c-dev
# Install Project
- name: Install Project
run: python3 setup.py develop --user