This is an automated email from the ASF dual-hosted git repository.

diwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git


The following commit(s) were added to refs/heads/master by this push:
     new d901c85  fix thrift compiler (#113)
d901c85 is described below

commit d901c856caecad9348370bb5ce7b835b222ddedd
Author: DongLiang-0 <[email protected]>
AuthorDate: Wed Feb 22 22:31:58 2023 +0800

    fix thrift compiler (#113)
---
 .github/workflows/build-extension.yml | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/build-extension.yml 
b/.github/workflows/build-extension.yml
index 5a36596..b49dddb 100644
--- a/.github/workflows/build-extension.yml
+++ b/.github/workflows/build-extension.yml
@@ -39,12 +39,10 @@ jobs:
         java-version: '8'
 
     - name: Setup Apache Thrift Compiler
-      uses: dodopizza/setup-thrift@v1
-      with:
-        version: 0.13.0
-
-    - name: touch custom_env.sh
       run: |
+        wget 
http://archive.ubuntu.com/ubuntu/pool/universe/t/thrift/thrift-compiler_0.13.0-2build2_amd64.deb
+        sudo dpkg -i thrift-compiler_0.13.0-2build2_amd64.deb
+        thrift --version
         touch custom_env.sh
         echo 'export THRIFT_BIN=/usr/bin/thrift' >> custom_env.sh
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to