Skip to content

Commit

Permalink
Use new smithy-lang tap (#48)
Browse files Browse the repository at this point in the history
Use the new smithy-lang brew tap instead of the aws/tap for installing the cli for use in integration tests.
  • Loading branch information
hpmellema authored Jul 31, 2023
1 parent 605fca5 commit 8687bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Install smithy cli
run: |
brew tap aws/tap
brew tap smithy-lang/tap
brew update
brew install smithy-cli
brew upgrade smithy-cli
Expand Down

0 comments on commit 8687bd2

Please sign in to comment.