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 32842c7 commit 4851473Copy full SHA for 4851473
.github/actions/polymorph_codegen/action.yml
@@ -62,7 +62,6 @@ runs:
62
working-directory: submodules/MaterialProviders
63
shell: bash
64
run: |
65
- dotnet --version
66
git checkout main
67
git pull
68
git submodule update --init --recursive
@@ -105,6 +104,7 @@ runs:
105
104
working-directory: ./${{ inputs.library }}
106
107
+ dotnet --version
108
make polymorph_dafny ${{ steps.dependencies.outputs.PROJECT_DEPENDENCIES }}
109
110
- name: Set up prettier in MPL
0 commit comments