| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -130,9 +130,7 @@ jobs: | |||
| 130 | 130 | rm -rf doxygen-1.9.7 doxygen-1.9.7.linux.bin.tar.gz | |
| 131 | 131 | elif [[ "$OSTYPE" == "darwin"* ]]; then # macOS | |
| 132 | 132 | brew update || true # allow failure | |
| 133 | - brew install cmake doxygen graphviz pkg-config wget coreutils # `coreutils` installs the `realpath` command | ||
| 134 | - brew uninstall --ignore-dependencies --force icu4c # https://gist.github.com/berkedel/d1fc6d13651c16002f64653096d1fded | ||
| 135 | - wget -c -q https://raw.githubusercontent.com/Homebrew/homebrew-core/7426122/Formula/i/icu4c.rb && brew install --formula icu4c.rb && rm icu4c.rb # pin icu4c version to 73.2 | ||
| 133 | + brew install cmake doxygen pkg-config wget coreutils # `coreutils` installs the `realpath` command | ||
| 136 | 134 | fi | |
| 137 | 135 | echo "Installing python deps" | |
| 138 | 136 | poetry self add "poetry-dynamic-versioning[plugin]" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments