Skip to content

Commit

Permalink
Fix Ubuntu CI script to not run out of memory
Browse files Browse the repository at this point in the history
  • Loading branch information
ryukau committed Jun 8, 2023
1 parent 9ef231f commit 31164f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ci_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cp \
lib/vst3sdk/vstgui4/vstgui/lib/platform/linux/cairocontext.cpp

cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build -j
cmake --build build

mv build/VST3/Release "$GITHUB_WORKSPACE"/vst_ubuntu

Expand Down

0 comments on commit 31164f2

Please sign in to comment.