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 5fe7413 commit 5c76e53Copy full SHA for 5c76e53
.github/workflows/ci_test_go.yml
@@ -74,10 +74,15 @@ jobs:
74
run: |
75
go install golang.org/x/tools/cmd/goimports@latest
76
77
+ - name: Install Smithy-Dafny codegen dependencies
78
+ uses: ./.github/actions/install_smithy_dafny_codegen_dependencies
79
+
80
- uses: actions/checkout@v3
- with:
- submodules: recursive
- - run: git submodule update --init --recursive submodules/smithy-dafny
81
+ - name: Init Submodules
82
+ shell: bash
83
+ run: |
84
+ git submodule update --init --recursive submodules/smithy-dafny
85
+ git submodule update --init --recursive submodules/MaterialProviders
86
87
- name: Regenerate code using smithy-dafny
88
shell: bash
0 commit comments