mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
10
.github/workflows/cmake-macos.yml
vendored
10
.github/workflows/cmake-macos.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user