Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing package #1201

Merged
merged 1 commit into from
May 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/scripts/github-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ sudo apt-get install -y --no-install-recommends \
git wget gnupg lsb-release curl tzdata \
cmake python3-dev python3-pip ninja-build antlr3 \
m4 libidn11-dev libaio1 libaio-dev make clang-14 \
lld-14 llvm-14 file distcc s3cmd qemu-kvm dpkg-dev \
docker-ce docker-ce-cli containerd.io \
lld-14 llvm-14 file distcc s3cmd qemu-kvm qemu-utils \
dpkg-dev docker-ce docker-ce-cli containerd.io \
docker-buildx-plugin docker-compose-plugin jq \
aria2 jq tree tmux atop awscli iftop htop \
pixz pigz pbzip2 xz-utils
Expand Down
Loading