CI: fix sri-csl/formal-methods PPA series.
GHA's Ubuntu has been upgraded to Focal.
This commit is contained in:
parent
c30dcea24d
commit
c84d4aff6e
3
.github/workflows/main.yaml
vendored
3
.github/workflows/main.yaml
vendored
|
@ -20,7 +20,8 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo add-apt-repository ppa:sri-csl/formal-methods
|
||||
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys FA8E1301F4D3932C
|
||||
sudo add-apt-repository 'deb http://ppa.launchpad.net/sri-csl/formal-methods/ubuntu bionic main'
|
||||
sudo apt-get update
|
||||
sudo apt-get install yices2
|
||||
pip install setuptools setuptools_scm wheel coverage codecov yowasp-yosys nmigen-yosys
|
||||
|
|
Loading…
Reference in a new issue