This is an automated email from the ASF dual-hosted git repository.
wangdan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
The following commit(s) were added to refs/heads/master by this push:
new 102e0874d fix(CI): fix java regular workflow (#2074)
102e0874d is described below
commit 102e0874d6c4fbc0f1ff9f85f22a4e4c3dcecc3e
Author: shalk(xiao kun) <[email protected]>
AuthorDate: Mon Jul 15 12:00:30 2024 +0800
fix(CI): fix java regular workflow (#2074)
Fix https://github.com/apache/incubator-pegasus/issues/2073.
---
.github/workflows/regular-build.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/regular-build.yml
b/.github/workflows/regular-build.yml
index 68acc5e7e..04468e4d3 100644
--- a/.github/workflows/regular-build.yml
+++ b/.github/workflows/regular-build.yml
@@ -140,9 +140,11 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
+ - name: Download thrift
+ working-directory: ./java-client/scripts
+ run: ./download_thrift.sh
- name: Build
working-directory: ./java-client
run: |
- cd scripts && bash recompile_thrift.sh && cd -
mvn spotless:apply
mvn clean package -DskipTests
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]