Skip to content

Commit b2a68a8

Browse files
committed
Fix codegen workflow
1 parent 495d520 commit b2a68a8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci_codegen.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,6 @@ jobs:
5151
- name: Create temporary global.json
5252
run: echo '{"sdk":{"rollForward":"latestFeature","version":"6.0.0"}}' > ./global.json
5353

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-
6354
- uses: ./.github/actions/polymorph_codegen
6455
with:
6556
dafny: ${{ inputs.dafny }}

0 commit comments

Comments
 (0)