Skip to content

Commit

Permalink
#846 move to ubuntu22
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Nov 18, 2024
1 parent d04fe52 commit e27bbcd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/dockerimagebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,14 @@ jobs:
- name: install packages
run: |
sudo apt-get update && \
sudo apt-get install -y software-properties-common apt-utils libprocps-dev \
gcc-11 g++-11 valgrind gawk sed libffi-dev ccache libgoogle-perftools-dev yasm texinfo \
sudo apt-get install -y software-properties-common build-essential apt-utils libprocps-dev \
gcc-11 g++-11 valgrind gawk sed libffi-dev ccache yasm texinfo \
autotools-dev autogen automake autoconf m4 shtool pkg-config nasm \
python3 python3-pip python-is-python3 \
libtool build-essential \
libgcrypt20-dev
libtool libgcrypt20-dev
# python python-pip
# wget git libargtable2-dev \
# libmicrohttpd-dev libhiredis-dev redis-server openssl libssl-dev >/dev/null 2>&1;
# libmicrohttpd-dev libhiredis-dev redis-server openssl libssl-dev >/dev/null 2>&1;
- name: Use g++-11 and gcov-11 by default
run: |
Expand Down

0 comments on commit e27bbcd

Please sign in to comment.