mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
Remove debug programs
This commit is contained in:
parent
61e77ff8da
commit
3b741a9feb
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -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' }}
|
||||
|
Loading…
Reference in New Issue
Block a user