mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
chore: Cleanup packages installed on macOS runner (#2472)
This commit is contained in:
14
.github/actions/prepare_runner/action.yml
vendored
14
.github/actions/prepare_runner/action.yml
vendored
@@ -13,18 +13,20 @@ runs:
|
||||
if: ${{ runner.os == 'macOS' }}
|
||||
shell: bash
|
||||
run: |
|
||||
echo "Removing unused packages on macOS, which were previously installed"
|
||||
for pkg in bison gh jq llvm@14 pkg-config; do
|
||||
brew uninstall "$pkg" || true
|
||||
done
|
||||
|
||||
brew list
|
||||
|
||||
brew install --quiet \
|
||||
bison \
|
||||
ca-certificates \
|
||||
ccache \
|
||||
clang-build-analyzer \
|
||||
cmake \
|
||||
conan \
|
||||
gh \
|
||||
jq \
|
||||
llvm@14 \
|
||||
ninja \
|
||||
pkg-config
|
||||
ninja
|
||||
echo "/opt/homebrew/opt/conan@2/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: Fix git permissions on Linux
|
||||
|
||||
Reference in New Issue
Block a user