From e1a2c8a6d64bf37b34e97f5ff92aad77684296ff Mon Sep 17 00:00:00 2001 From: xuan-cao-swi Date: Thu, 23 May 2024 09:53:28 -0400 Subject: [PATCH] update ruby release action --- .github/workflows/release-layer-ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-layer-ruby.yml b/.github/workflows/release-layer-ruby.yml index 6e572bd9fb..16bf335d03 100644 --- a/.github/workflows/release-layer-ruby.yml +++ b/.github/workflows/release-layer-ruby.yml @@ -27,7 +27,7 @@ jobs: sudo apt-get update && sudo apt-get install wget unzip make -y wget https://github.com/aws/aws-sam-cli/releases/latest/download/aws-sam-cli-linux-x86_64.zip unzip aws-sam-cli-linux-x86_64.zip -d sam-installation - ./sam-installation/install --update + sudo ./sam-installation/install --update - name: Build id: save-ruby-sdk-version