Skip to content

Commit

Permalink
Add temp bug fix for sam cli issue: aws/aws-sam-cli#4527
Browse files Browse the repository at this point in the history
  • Loading branch information
samaxwell committed Jan 4, 2023
1 parent f6edb61 commit 5171d8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sam-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Install SAM CLI
uses: aws-actions/setup-sam@v2

- name: sam fix https://github.com/aws/aws-sam-cli/issues/4527
run: $(dirname $(readlink $(which sam)))/pip install --force-reinstall "cryptography==38.0.4"

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1-node16 # use node 16 as github actions is deprecated node 12
with:
Expand Down

0 comments on commit 5171d8f

Please sign in to comment.