We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e962fbb commit be12965Copy full SHA for be12965
.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
21
sha256sum aws-sam-cli-linux-x86_64.zip
22
echo "Unzip and Install SAM CLI"
23
unzip aws-sam-cli-linux-x86_64.zip -d sam-installation
24
- sudo ./sam-installation/install
+ sudo ./sam-installation/install --update
25
sam --version
26
- name: Build
27
run: bash build.sh
0 commit comments