[ci] add dependency for ubuntu22.04 for reg tests

This commit is contained in:
tangxifan 2023-02-01 13:23:31 -08:00
parent 5a0afc2e95
commit 86c7c068ee
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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