Skip to content

Commit

Permalink
chore: update mpl submodule name gha
Browse files Browse the repository at this point in the history
  • Loading branch information
josecorella committed Aug 26, 2024
1 parent 64067c7 commit 08d7b3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dafny_interop_test_net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
dafny-version: ${{ inputs.mpl-dafny }}

- name: Update MPL submodule
working-directory: submodules/MaterialProviders
working-directory: mpl
run: |
git fetch
git checkout ${{inputs.mpl-commit}}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dafny_interop_test_vector_net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
dafny-version: ${{ inputs.mpl-dafny }}

- name: Update MPL submodule
working-directory: submodules/MaterialProviders
working-directory: mpl
run: |
git fetch
git checkout ${{inputs.mpl-commit}}
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
dafny-version: ${{ inputs.mpl-dafny }}

- name: Update MPL submodule
working-directory: submodules/MaterialProviders
working-directory: mpl
run: |
git fetch
git checkout ${{inputs.mpl-commit}}
Expand Down Expand Up @@ -305,4 +305,4 @@ jobs:
run: |
NET_41_VECTOR_PATH=net41/vectors
cd $NET_41_VECTOR_PATH
npx -y @aws-crypto/integration-node decrypt -v net41.zip -c cpu -f 100
npx -y @aws-crypto/integration-node decrypt -v net41.zip -c cpu -f 100

0 comments on commit 08d7b3d

Please sign in to comment.