Skip to content

Commit

Permalink
#846 move to ubuntu 22
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Nov 18, 2024
1 parent fe48340 commit a757315
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,9 @@ jobs:
- name: install packages
run: |
sudo apt-get -y install software-properties-common; sudo apt-add-repository universe; \
sudo apt-get update; sudo apt-get -y install -y software-properties-common apt-utils libprocps-dev \
sudo apt-get update && \
sudo apt-get install -y build-essential software-properties-common; sudo apt-add-repository universe; \
sudo apt-get update; sudo apt-get install -y apt-utils libprocps-dev \
gcc-11 g++-11 valgrind gawk sed libffi-dev ccache libgoogle-perftools-dev yasm texinfo \
autotools-dev autogen automake autoconf m4 shtool pkg-config gawk nasm \
python3 python3-pip \
Expand Down

0 comments on commit a757315

Please sign in to comment.