Skip to content

Commit

Permalink
ci: disable long running homebrew cleanup tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Jan 25, 2021
1 parent 0799d6b commit 693fa0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
run: npm install --ignore-scripts
- name: Install macOS dependencies
if: matrix.os == 'macos-latest'
env:
HOMEBREW_NO_INSTALL_CLEANUP: 1
HOMEBREW_NO_AUTO_UPDATE: 1
run: brew install poppler
- name: Install Ubuntu dependencies
if: matrix.os == 'ubuntu-20.04'
Expand Down

0 comments on commit 693fa0b

Please sign in to comment.