diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66ee6a7..a18cf66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: # https://github.com/iovisor/bcc/issues/2915 sudo apt-get -y install bison build-essential cmake flex git libelf-dev libfl-dev libedit-dev libllvm9 llvm-9-dev libclang-9-dev python zlib1g-dev pushd /tmp - git clone --depth 1 --branch v0.19.0 https://github.com/iovisor/bcc.git + git clone --depth 1 --branch v0.20.0 https://github.com/iovisor/bcc.git mkdir -p bcc/build; cd bcc/build # Symlink /usr/lib/llvm to avoid "Unable to find clang libraries" # The directory appears only to be created when installing the