Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e02c10c

Browse files
committedAug 20, 2024·
fix
1 parent 5a0c1df commit e02c10c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.github/workflows/dafny_interop_test_vector_java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: dafny-lang/setup-dafny-action@v1.7.2
8484
with:
8585
dafny-version: ${{ inputs.dbesdk-dafny}}
86-
86+
8787
- name: Build DynamoDbEncrytpion implementation
8888
shell: bash
8989
working-directory: ./${{ matrix.library }}

‎.github/workflows/dafny_interop_test_vector_net.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ jobs:
8484
uses: dafny-lang/setup-dafny-action@v1.7.2
8585
with:
8686
dafny-version: ${{ inputs.dbesdk-dafny}}
87-
87+
8888
- name: Build DynamoDbEncryption implementation
8989
shell: bash
90-
working-directory: ./DyanmoDbEncryption
90+
working-directory: DyanmoDbEncryption
9191
run: |
9292
# This works because `node` is installed by default on GHA runners
9393
make transpile_implementation_net

0 commit comments

Comments
 (0)
Please sign in to comment.