Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sp1ff committed Jul 2, 2023
1 parent ffe1824 commit 35b4f75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ jobs:
run: |
set -x
pwd
brew update
brew cleanup
# Will exit with non-zero status if it finds problems, but can be handy
# for trouble-shooting:
# brew doctor
brew doctor
brew update
brew cleanup
brew upgrade
brew install autoconf automake libtool openssl doxygen flex bison graphviz texinfo
brew install --cask basictex
Expand Down

0 comments on commit 35b4f75

Please sign in to comment.