Skip to content

Commit

Permalink
#846 fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Nov 19, 2024
1 parent 6606f53 commit 3d34477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: |
sudo apt-get install -y software-properties-common; sudo apt-add-repository universe; \
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 \
gcc-11 g++-11 valgrind gawk sed libffi-dev ccache libunwind-dev libgoogle-perftools-dev yasm texinfo \
autotools-dev autogen automake autoconf m4 shtool pkg-config sed gawk yasm nasm \
python3 python3-pip python-is-python3 \
libtool build-essential \
Expand Down

0 comments on commit 3d34477

Please sign in to comment.