Skip to content

Commit

Permalink
modify build extension
Browse files Browse the repository at this point in the history
  • Loading branch information
gnehil committed May 8, 2024
1 parent f03dc44 commit b72d5a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ jobs:
run: |
cd spark-doris-connector && mvn clean package ${MVN_OPT} \
-Dspark.version=3.1.2 \
-Dscala.version=2.12 \
-Dspark.major.version=3.1
-Dscala.version=2.12.10 \
-Dspark.major.version=3.1 \
-Dscala.major.version=2.12
- name: Build spark connector 3.2
run: |
Expand Down

0 comments on commit b72d5a4

Please sign in to comment.