Skip to content

Commit

Permalink
Fix linux
Browse files Browse the repository at this point in the history
  • Loading branch information
kunitoki committed Apr 25, 2024
1 parent 9b4da1f commit 465de98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:

- uses: seanmiddleditch/gha-setup-ninja@master

- name: Install Dependencies
run: sudo apt-get install -y libasound2-dev libjack-jackd2-dev ladspa-sdk libcurl4-openssl-dev

- name: Create Build Environment
run: cmake -E make_directory ${{runner.workspace}}/build

Expand Down
3 changes: 1 addition & 2 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ target_compile_definitions (${target_name} PUBLIC
$<$<CONFIG:DEBUG>:DEBUG=1>
$<$<CONFIG:RELEASE>:NDEBUG=1>
JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED=1
JUCE_STANDALONE_APPLICATION=1
JUCE_USE_CURL=0)
JUCE_STANDALONE_APPLICATION=1)

target_link_libraries (${target_name} PUBLIC
juce_core
Expand Down

0 comments on commit 465de98

Please sign in to comment.