Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wgtmac committed Sep 30, 2024
1 parent 7d11269 commit cacd013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cacd013

Please sign in to comment.