Skip to content

Commit

Permalink
debug(ci): try -q
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed Dec 22, 2024
1 parent 6b447c3 commit 09782bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: |
ls /usr/local
find /usr/local
exit 1
continue-on-error: true
- name: uninstall builtin homebrew on macOS
if: matrix.os == 'macos-latest'
run: |
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ brew:
$(PWD)/brew/bin/setup.sh

brew-base:
brew bundle --verbose --no-lock --file=$(PWD)/brew/config.d/base/Brewfile
brew bundle --verbose -q --no-lock --file=$(PWD)/brew/config.d/base/Brewfile

brew-optional:
brew bundle --verbose --no-lock --file=$(PWD)/brew/config.d/optional/Brewfile
Expand Down

0 comments on commit 09782bc

Please sign in to comment.