Skip to content

Commit

Permalink
skale 2053 fix github actions jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Nov 29, 2024
1 parent e189dff commit d46d5f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
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 libunwind-dev libgoogle-perftools-dev yasm texinfo \
autotools-dev autogen automake autoconf m4 shtool pkg-config gawk nasm \
autotools-dev autogen automake autoconf m4 shtool pkg-config gawk nasm unzip \
python3 python3-pip libtool libgcrypt20-dev
# python python-pip
# python-is-python3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
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 libunwind-dev libgoogle-perftools-dev yasm texinfo \
autotools-dev autogen automake autoconf m4 shtool pkg-config sed gawk yasm nasm \
autotools-dev autogen automake autoconf m4 shtool pkg-config sed gawk yasm nasm unzip \
python3 python3-pip python-is-python3 \
libtool build-essential \
libgcrypt20-dev
Expand Down

0 comments on commit d46d5f9

Please sign in to comment.