fix: fix smithy cli version

This commit is contained in:
Tyr Chen 2024-02-15 17:34:22 -08:00
parent b6f52d4d7e
commit 5d1342dda8
No known key found for this signature in database
GPG Key ID: FA69377479FE142A
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: Install Smithy
run: |
mkdir -p /tmp/smithy
curl -L https://github.com/smithy-lang/smithy/releases/download/1.43.0/smithy-cli-linux-x86_64.tar.gz -o /tmp/smithy-cli-linux.tar.gz
curl -L https://github.com/smithy-lang/smithy/releases/download/1.45.0/smithy-cli-linux-x86_64.tar.gz -o /tmp/smithy-cli-linux.tar.gz
tar xvzf /tmp/smithy-cli-linux.tar.gz -C /tmp/smithy
sudo /tmp/smithy/install
- name: build smithy plugins