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 932ccf0 commit d6228f8Copy full SHA for d6228f8
.github/actions/install_smithy_dafny_codegen_dependencies/action.yml
@@ -17,7 +17,7 @@ runs:
17
- name: Install smithy-dafny-codegen dependencies locally
18
shell: bash
19
run: |
20
- make -C smithy-dafny mvn_local_deploy_polymorph_dependencies
+ make -C submodules/smithy-dafny mvn_local_deploy_polymorph_dependencies
21
22
- name: Setup Python, black, and docformatter for code formatting
23
uses: actions/setup-python@v4
0 commit comments