Skip to content

Commit

Permalink
Don't install updates "just because" (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed Dec 30, 2023
1 parent b98db4c commit a62b747
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
if [[ ${{matrix.os}} == macos* ]]; then
/bin/bash -c "$(curl -fsSL \
https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install automake fop wxwidgets fish shellcheck shfmt coreutils
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=yes \
brew install automake fop 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 a62b747

Please sign in to comment.