From 854020391be9fdcbc8d5b1b12892cfb90761017b Mon Sep 17 00:00:00 2001 From: Robin Salkeld Date: Tue, 22 Oct 2024 12:47:49 -0700 Subject: [PATCH] Newer JDK for smithy-dafny --- .github/actions/polymorph_codegen/action.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/actions/polymorph_codegen/action.yml b/.github/actions/polymorph_codegen/action.yml index 6fe464661..4e06016c3 100644 --- a/.github/actions/polymorph_codegen/action.yml +++ b/.github/actions/polymorph_codegen/action.yml @@ -46,6 +46,12 @@ outputs: runs: using: "composite" steps: + - name: Setup Java 17 for smithy-dafny + uses: actions/setup-java@v3 + with: + distribution: "corretto" + java-version: 16 + - name: Install smithy-dafny dependencies locally shell: bash run: |