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 40d9138 commit 64c81dfCopy full SHA for 64c81df
.github/workflows/library_rust_tests.yml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Download DynamoDB Local
44
run: |
45
- wget https://dynamodb-local.s3.amazonaws.com/dynamodb-local/dynamodb_local_latest.tar.gz
+ wget https://dynamodb-local.s3.amazonaws.com/dynamodb_local_latest.tar.gz
46
tar -xf dynamodb_local_latest.tar.gz
47
48
- name: Start DynamoDB Local
0 commit comments