Skip to content

Commit

Permalink
fix scala
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Jul 5, 2024
1 parent 61d0720 commit a37c1ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint_and_test_scala-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ jobs:
source /github/home/.sdkman/bin/sdkman-init.sh
sdk install sbt
sbt -V
- name: Recompile thrift
- name: Download thrift
working-directory: ./java-client/scripts
run: ./recompile_thrift.sh
run: ./download_thrift.sh
- name: Build Java client
working-directory: ./java-client
run: |
Expand Down

0 comments on commit a37c1ad

Please sign in to comment.