Skip to content

Commit

Permalink
Remove fop from brew dep.s
Browse files Browse the repository at this point in the history
This'll most likely not be required in the future,
from the way building the docs changes, and I don't
think it makes CI fail otherwise, since it
was there mostly to prevent a warning
  • Loading branch information
paulo-ferraz-oliveira committed Mar 10, 2024
1 parent 42c1704 commit 37cb48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
/bin/bash -c "$(curl -fsSL \
https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=yes \
brew install automake fop wxwidgets fish shellcheck shfmt coreutils
brew install automake wxwidgets fish shellcheck shfmt coreutils
else
sudo sed -i 's/azure\.//' /etc/apt/sources.list # Reduces chance of time-outs
sudo apt-get update -y
Expand Down

0 comments on commit 37cb48e

Please sign in to comment.