diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ea00c5e0..db229569 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,12 +74,7 @@ jobs: - name: Install macOS dependencies if: ${{ matrix.os.preset == 'mac' }} - run: | - file $(which cmake) - which brew - brew bundle install - file $(which cmake) - file /usr/local/bin/cmake + run: brew bundle install - name: Install Linux dependencies if: ${{ matrix.os.runner == 'ubuntu-latest' }}