Skip to content

Commit

Permalink
WIP no jack, -x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Jan 30, 2024
1 parent bb63655 commit 6922f74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,21 +103,21 @@ jobs:
path: portaudio
- name: cmake configure
run: |
cmake -S portaudio -B build -D CMAKE_BUILD_TYPE=Release
cmake -S portaudio -B build -D CMAKE_BUILD_TYPE=Release -D PA_USE_JACK=OFF
- name: cmake build
run: |
cmake --build build
- name: move .so file
run: |
mv build/libportaudio.so .
mv build/libportaudio.so libportaudio-x86_64.so
- name: show some information about the .so file
run: |
ldd libportaudio.so
ldd libportaudio-x86_64.so
- name: upload build
uses: actions/upload-artifact@v3
with:
name: linux-so
path: libportaudio.so
path: libportaudio-x86_64.so

push:
runs-on: ubuntu-latest
Expand Down
File renamed without changes.

0 comments on commit 6922f74

Please sign in to comment.