Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiyo510 committed Sep 3, 2023
1 parent 2d4cb1a commit eee1e97
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ jobs:

- name: Remove existing symlinks
run: |
rm -rf /usr/local/bin/aws
rm /usr/local/bin/aws_completer
rm -rf /usr/local/bin/go
rm -rf /usr/local/bin/gofmt
brew link --overwrite awscli
brew link --overwrite go
- name: Run setup.sh
run: |
Expand Down

0 comments on commit eee1e97

Please sign in to comment.