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