Skip to content

Commit 559bdd3

Browse files
fixes
1 parent 620639f commit 559bdd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ batch:
342342
buildspec: codebuild/py312/decrypt_hkeyring_with_keyrings.yml
343343
env:
344344
image: aws/codebuild/standard:7.0
345-
- identifier: py312_decrypt_kkeyring_with_net
345+
- identifier: py312_decrypt_hkeyring_with_net
346346
depend-on:
347347
- py312_generate_hkeyring_decrypt_vectors
348348
buildspec: codebuild/py312/decrypt_hkeyring_with_net.yml

codebuild/py312/decrypt_hkeyring_with_net.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ phases:
2323
- unzip 312_hkeyring_manifest.zip
2424

2525
# Download published .NET ESDK so we don't have to build from source
26-
- dotnet add package AWS.Cryptography.EncryptionSDK --version 4.0.1
26+
- dotnet add NETTestVectors package AWS.Cryptography.EncryptionSDK --version 4.0.1
2727

2828
# Clone SDK-Dafny repo to get test vectors runner
2929
- git clone [email protected]:aws/aws-encryption-sdk-dafny.git

0 commit comments

Comments
 (0)