Skip to content

Commit

Permalink
Newer JDK for smithy-dafny
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-aws committed Oct 22, 2024
1 parent 99ea523 commit 8540203
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/polymorph_codegen/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8540203

Please sign in to comment.