diff --git a/.github/workflows/publish-bicep.yaml b/.github/workflows/publish-bicep.yaml index ff3ca68d..382340e4 100644 --- a/.github/workflows/publish-bicep.yaml +++ b/.github/workflows/publish-bicep.yaml @@ -43,6 +43,12 @@ jobs: uses: actions/setup-node@v2 with: node-version: '18' + - name: Install AWS CLI + run: | + curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" + unzip awscliv2.zip + sudo ./aws/install + aws --version - name: Download AWS specs from CloudControl run: | go run ./src/aws-type-downloader/main.go --output ./artifacts/types --clean