Skip to content

Commit d6228f8

Browse files
author
Lucas McDonald
committed
m
1 parent 932ccf0 commit d6228f8

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/install_smithy_dafny_codegen_dependencies

1 file changed

+1
-1
lines changed

.github/actions/install_smithy_dafny_codegen_dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
- name: Install smithy-dafny-codegen dependencies locally
1818
shell: bash
1919
run: |
20-
make -C smithy-dafny mvn_local_deploy_polymorph_dependencies
20+
make -C submodules/smithy-dafny mvn_local_deploy_polymorph_dependencies
2121
2222
- name: Setup Python, black, and docformatter for code formatting
2323
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)