Skip to content

Commit be12965

Browse files
authored
Adds --update flag to SAM install
1 parent e962fbb commit be12965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
sha256sum aws-sam-cli-linux-x86_64.zip
2222
echo "Unzip and Install SAM CLI"
2323
unzip aws-sam-cli-linux-x86_64.zip -d sam-installation
24-
sudo ./sam-installation/install
24+
sudo ./sam-installation/install --update
2525
sam --version
2626
- name: Build
2727
run: bash build.sh

0 commit comments

Comments
 (0)