From b370e95f13ce8f17111d17caaf7562635edcc717 Mon Sep 17 00:00:00 2001 From: Benedikt Date: Tue, 10 Sep 2024 22:58:08 +0200 Subject: [PATCH] Adde laAdded graalvm to all ci/cd --- .../check-reproducibility-inconsistent-results.yml | 6 ++++++ .github/workflows/check-reproducibility.yml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/.github/workflows/check-reproducibility-inconsistent-results.yml b/.github/workflows/check-reproducibility-inconsistent-results.yml index 76a040b8e5..5e211c3a87 100644 --- a/.github/workflows/check-reproducibility-inconsistent-results.yml +++ b/.github/workflows/check-reproducibility-inconsistent-results.yml @@ -10,6 +10,12 @@ jobs: run: shell: bash -l {0} steps: + - uses: graalvm/setup-graalvm@v1 + with: + java-version: '21' + distribution: 'graalvm' + github-token: ${{ secrets.GITHUB_TOKEN }} + - run: echo "GRAALVM_HOME=$GRAALVM_HOME" >> $GITHUB_ENV - uses: actions/setup-java@v4 with: distribution: 'zulu' diff --git a/.github/workflows/check-reproducibility.yml b/.github/workflows/check-reproducibility.yml index f0d91cdfca..dd853ec404 100644 --- a/.github/workflows/check-reproducibility.yml +++ b/.github/workflows/check-reproducibility.yml @@ -10,6 +10,12 @@ jobs: run: shell: bash -l {0} steps: + - uses: graalvm/setup-graalvm@v1 + with: + java-version: '21' + distribution: 'graalvm' + github-token: ${{ secrets.GITHUB_TOKEN }} + - run: echo "GRAALVM_HOME=$GRAALVM_HOME" >> $GITHUB_ENV - uses: actions/setup-java@v4 with: distribution: 'zulu'