Skip to content

Commit

Permalink
Disable temporary fix for actions/runner-images#1811
Browse files Browse the repository at this point in the history
  • Loading branch information
stloeffler committed Dec 19, 2020
1 parent 14fd6e1 commit f9ec520
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@ jobs:

- name: Install Dependencies
run: |
# Temporary fix for https://github.com/actions/virtual-environments/issues/1811
brew untap local/homebrew-openssl
brew untap local/homebrew-python2
# End of fix
brew update > brew_update.log || { echo "::error::Updating homebrew failed"; cat brew_update.log; exit 1; }
brew install hunspell poppler lua qt5
Expand Down

0 comments on commit f9ec520

Please sign in to comment.