Skip to content

Commit

Permalink
add LSL on MacOS, show open sockets
Browse files Browse the repository at this point in the history
  • Loading branch information
gisogrimm committed Jan 14, 2025
1 parent b30c54d commit 8186576
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install submodules
run: git submodule update --init --recursive
- name: Install dependencies
run: brew install pkgconfig glibmm jack liblo libsndfile gtkmm3 eigen boost gsl fftw libsamplerate cpprestsdk nlohmann-json openssl coreutils libsoundio xerces-c jpeg libmatio libltc cunit
run: brew install pkgconfig glibmm jack liblo libsndfile gtkmm3 eigen boost gsl fftw libsamplerate cpprestsdk nlohmann-json openssl coreutils libsoundio xerces-c jpeg libmatio libltc cunit labstreaminglayer/tap/lsl
- name: make
run: make lib libtest && make
- name: packaging
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install submodules
run: git submodule update --init --recursive
- name: Install dependencies
run: brew install pkgconfig glibmm jack liblo libsndfile gtkmm3 eigen boost gsl fftw libsamplerate cpprestsdk nlohmann-json openssl coreutils libsoundio xerces-c jpeg libmatio libltc cunit
run: brew install pkgconfig glibmm jack liblo libsndfile gtkmm3 eigen boost gsl fftw libsamplerate cpprestsdk nlohmann-json openssl coreutils libsoundio xerces-c jpeg libmatio libltc cunit labstreaminglayer/tap/lsl
- name: make
run: make lib libtest && make
- name: packaging
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install submodules
run: git submodule update --init --recursive
- name: Install dependencies
run: brew install pkgconfig glibmm jack liblo libsndfile gtkmm3 eigen boost gsl fftw libsamplerate cpprestsdk nlohmann-json openssl coreutils libsoundio xerces-c jpeg libmatio libltc cunit
run: brew install pkgconfig glibmm jack liblo libsndfile gtkmm3 eigen boost gsl fftw libsamplerate cpprestsdk nlohmann-json openssl coreutils libsoundio xerces-c jpeg libmatio libltc cunit labstreaminglayer/tap/lsl
- name: make
run: make lib libtest && make
- name: packaging
Expand Down

0 comments on commit 8186576

Please sign in to comment.