We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 495d520 commit b2a68a8Copy full SHA for b2a68a8
.github/workflows/ci_codegen.yml
@@ -51,15 +51,6 @@ jobs:
51
- name: Create temporary global.json
52
run: echo '{"sdk":{"rollForward":"latestFeature","version":"6.0.0"}}' > ./global.json
53
54
- - name: Setup Java 17 for codegen
55
- uses: actions/setup-java@v3
56
- with:
57
- distribution: "corretto"
58
- java-version: "17"
59
-
60
- - name: Install Smithy-Dafny codegen dependencies
61
- uses: ./.github/actions/install_smithy_dafny_codegen_dependencies
62
63
- uses: ./.github/actions/polymorph_codegen
64
with:
65
dafny: ${{ inputs.dafny }}
0 commit comments