Skip to content

Commit

Permalink
Disable automatic brew cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mttcrsp committed Jan 23, 2021
1 parent b197d70 commit a6f8fe5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Install Xcodegen
run: brew install xcodegen
- name: Install Swiftformat
run: brew install swiftformat
- name: Install xcpretty
- name: Install Brew dependencies
run: brew install xcodegen swiftformat
env:
HOMEBREW_NO_INSTALL_CLEANUP: 1
- name: Install Rubygems dependencies
run: gem install xcpretty-travis-formatter
- name: Run Xcodegen
run: xcodegen
Expand Down

0 comments on commit a6f8fe5

Please sign in to comment.