Skip to content

Commit

Permalink
it requires a new tap
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Dec 15, 2020
1 parent 1be6cd3 commit ffed40e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:
restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-

- name: Install OS dependencies
run: brew cask install xquartz font-source-code-pro
run: |
brew cask install xquartz
brew tap homebrew/cask-fonts && brew cask install font-source-code-pro
- name: Install phamtomJS for webshot
run: |
Expand Down

0 comments on commit ffed40e

Please sign in to comment.