Skip to content

Commit 4851473

Browse files
m
1 parent 32842c7 commit 4851473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/polymorph_codegen/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ runs:
6262
working-directory: submodules/MaterialProviders
6363
shell: bash
6464
run: |
65-
dotnet --version
6665
git checkout main
6766
git pull
6867
git submodule update --init --recursive
@@ -105,6 +104,7 @@ runs:
105104
working-directory: ./${{ inputs.library }}
106105
shell: bash
107106
run: |
107+
dotnet --version
108108
make polymorph_dafny ${{ steps.dependencies.outputs.PROJECT_DEPENDENCIES }}
109109
110110
- name: Set up prettier in MPL

0 commit comments

Comments
 (0)