Remove debug programs

This commit is contained in:
halprin 2024-12-17 19:17:46 -07:00
parent 61e77ff8da
commit 3b741a9feb
No known key found for this signature in database
GPG Key ID: 13654EE1A3F4E6CD

View File

@ -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' }}