GitHub: OSX: what's running on port 49188 anyways?
This commit is contained in:
2
.github/workflows/osx.yml
vendored
2
.github/workflows/osx.yml
vendored
@@ -87,6 +87,8 @@ jobs:
|
|||||||
MAKEVARS: ${{ matrix.makevars }}
|
MAKEVARS: ${{ matrix.makevars }}
|
||||||
CONFIGURE_OPTS: ${{ matrix.configureopts }}
|
CONFIGURE_OPTS: ${{ matrix.configureopts }}
|
||||||
run: |
|
run: |
|
||||||
|
set -vx
|
||||||
|
sudo lsof -nP -i:49188 || true
|
||||||
cd build
|
cd build
|
||||||
make check
|
make check
|
||||||
- name: Install
|
- name: Install
|
||||||
|
Reference in New Issue
Block a user