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 da63bf29bb8db60d2aa6af0dc166981e16db09dc
Author: AlexanderSaydakov <[email protected]>
AuthorDate: Tue Oct 15 15:28:26 2024 -0700

    mandatory distribution parameter
---
 .github/workflows/serde_compat.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/serde_compat.yml 
b/.github/workflows/serde_compat.yml
index 3c137f6..ef3d25a 100644
--- a/.github/workflows/serde_compat.yml
+++ b/.github/workflows/serde_compat.yml
@@ -22,6 +22,7 @@ jobs:
         uses: actions/setup-java@v2
         with:
           java-version: '11'
+          distribution: 'temurin'
       - 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]

Reply via email to