[ci] add dependency for ubuntu22.04 for reg tests
This commit is contained in:
parent
5a0afc2e95
commit
86c7c068ee
|
@ -297,7 +297,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
sudo bash ./.github/workflows/install_dependencies_build_ubuntu22p04.sh
|
||||
sudo bash ./.github/workflows/install_dependencies_run.sh
|
||||
sudo bash ./.github/workflows/install_dependencies_run_ubuntu22p04.sh
|
||||
sudo python3 -m pip install -r requirements.txt
|
||||
|
||||
- name: Dump tool versions
|
||||
|
@ -350,7 +350,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
sudo bash ./.github/workflows/install_dependencies_build_ubuntu22p04.sh
|
||||
sudo bash ./.github/workflows/install_dependencies_run.sh
|
||||
sudo bash ./.github/workflows/install_dependencies_run_ubuntu22p04.sh
|
||||
sudo python3 -m pip install -r requirements.txt
|
||||
|
||||
- name: Dump tool versions
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
apt-get install --no-install-recommends -y \
|
||||
libdatetime-perl libc6 libffi-dev libgcc1 libreadline8 libstdc++6 \
|
||||
libtcl8.6 tcl python3-pip zlib1g libbz2-1.0 \
|
||||
iverilog git rsync make curl wget tree
|
Loading…
Reference in New Issue