Skip to content

Commit 8d29536

Browse files
committed
fix: Install curl for Ubuntu builds
1 parent 9411ebb commit 8d29536

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ubuntu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
export DEBIAN_FRONTEND=noninteractive
6464
apt-get update -y
65-
apt-get install -y build-essential devscripts debhelper dh-python asciidoc-base bc bison cpio dwarves flex jq kmod libdw-dev libiberty-dev libnuma-dev libslang2-dev lz4 rsync wget xmlto git
65+
apt-get install -y build-essential devscripts debhelper dh-python asciidoc-base bc bison cpio dwarves flex jq kmod libdw-dev libiberty-dev libnuma-dev libslang2-dev lz4 rsync wget xmlto git curl
6666
apt-get install -y libunwind-dev libpfm4-dev coccinelle openjdk-17-jdk libcapstone-dev libbabeltrace-dev systemtap-sdt-dev libzstd-dev dwarves zstd libbfd-dev libperl-dev libssl-dev
6767
6868
- name: Get sources

0 commit comments

Comments
 (0)