Remove macos ci cache (#1701)

* removed macos caching
This commit is contained in:
matlabbe
2026-05-10 21:46:37 -07:00
committed by GitHub
parent 440e143d87
commit afe8aadff1

View File

@@ -44,18 +44,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache Homebrew
uses: actions/cache@v4
with:
path: ~/Library/Caches/Homebrew
key: ${{ matrix.os }}-brew-${{ hashFiles('**/Brewfile') }}
restore-keys: |
${{ matrix.os }}-brew-
- name: Install Brew Dependencies
run: |
# Update brew and install from Brewfile if present, or specific packages
brew bundle || brew install pcl opencv octomap g2o pdal
brew install pcl opencv octomap g2o pdal
- name: Configure CMake
run: |