From cacd013b02904b073315a8704c0aa97bbde1cd68 Mon Sep 17 00:00:00 2001 From: Gang Wu Date: Mon, 30 Sep 2024 10:01:26 +0800 Subject: [PATCH] fix ci --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 89ba37d2..8e48c966 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,8 +41,8 @@ jobs: sudo apt-get update -qq sudo apt-get install -qq protobuf-compiler sudo apt-get install -qq libboost-dev libboost-test-dev libboost-program-options-dev libevent-dev automake libtool flex bison pkg-config g++ libssl-dev - wget -qO- https://archive.apache.org/dist/thrift/0.20.0/thrift-0.20.0.tar.gz | tar zxf - - cd thrift-0.20.0/ + wget -qO- https://archive.apache.org/dist/thrift/0.21.0/thrift-0.21.0.tar.gz | tar zxf - + cd thrift-0.21.0/ chmod +x ./configure ./configure --disable-libs sudo make install