This is an automated email from the ASF dual-hosted git repository. alsay pushed a commit to branch setup-java-action in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git
commit 2a230a6efd6cd2095b2c680940e27fc70e476408 Author: AlexanderSaydakov <[email protected]> AuthorDate: Tue Oct 15 15:02:15 2024 -0700 explicit java setup --- .github/workflows/serde_compat.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/serde_compat.yml b/.github/workflows/serde_compat.yml index cdc2fc5..3c137f6 100644 --- a/.github/workflows/serde_compat.yml +++ b/.github/workflows/serde_compat.yml @@ -18,6 +18,10 @@ jobs: with: repository: apache/datasketches-java path: java + - name: Setup Java + uses: actions/setup-java@v2 + with: + java-version: '11' - name: Run Java run: cd java && mvn test -P generate-java-files - name: Copy files --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
