Skip to content

Commit 959d22e

Browse files
authored
chore: update mpl submodule name gha (#675)
1 parent 64067c7 commit 959d22e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/dafny_interop_test_net.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
dafny-version: ${{ inputs.mpl-dafny }}
5656

5757
- name: Update MPL submodule
58-
working-directory: submodules/MaterialProviders
58+
working-directory: mpl
5959
run: |
6060
git fetch
6161
git checkout ${{inputs.mpl-commit}}

.github/workflows/dafny_interop_test_vector_net.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
dafny-version: ${{ inputs.mpl-dafny }}
6666

6767
- name: Update MPL submodule
68-
working-directory: submodules/MaterialProviders
68+
working-directory: mpl
6969
run: |
7070
git fetch
7171
git checkout ${{inputs.mpl-commit}}
@@ -175,7 +175,7 @@ jobs:
175175
dafny-version: ${{ inputs.mpl-dafny }}
176176

177177
- name: Update MPL submodule
178-
working-directory: submodules/MaterialProviders
178+
working-directory: mpl
179179
run: |
180180
git fetch
181181
git checkout ${{inputs.mpl-commit}}
@@ -305,4 +305,4 @@ jobs:
305305
run: |
306306
NET_41_VECTOR_PATH=net41/vectors
307307
cd $NET_41_VECTOR_PATH
308-
npx -y @aws-crypto/integration-node decrypt -v net41.zip -c cpu -f 100
308+
npx -y @aws-crypto/integration-node decrypt -v net41.zip -c cpu -f 100

0 commit comments

Comments
 (0)