File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
actions/polymorph_codegen Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 9797 run : |
9898 echo "PROJECT_DEPENDENCIES=${{ inputs.update-and-regenerate-mpl != 'true' && 'PROJECT_DEPENDENCIES=' || '' }}" >> $GITHUB_OUTPUT
9999
100+ - name : Print dotnet version
101+ shell : bash
102+ run : |
103+ dotnet --version
104+
100105 - name : Regenerate Dafny code using smithy-dafny
101106 # Unfortunately Dafny codegen doesn't work on Windows:
102107 # https://github.com/smithy-lang/smithy-dafny/issues/317
Original file line number Diff line number Diff line change 4848 with :
4949 dotnet-version : ${{ matrix.dotnet-version }}
5050
51+ - name : Create temporary global.json
52+ run : echo '{"sdk":{"rollForward":"latestFeature","version":"6.0.0"}}' > ./global.json
53+
5154 - name : Setup Java 17 for codegen
5255 uses : actions/setup-java@v3
5356 with :
You can’t perform that action at this time.
0 commit comments