Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add logging #331

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add fmt for macOS CI/CD build
psyomn committed Jan 7, 2024
commit e72a569fdf2475bc6af95b69d361f35556cd1a5f
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ jobs:

- name: Install Dependencies
# CMake 3.17 is already installed
run: brew install boost doctest minizip ninja nlohmann-json pugixml qt5 pugixml rtmidi
run: brew install boost doctest minizip ninja nlohmann-json pugixml qt5 pugixml rtmidi fmt
- name: Generate Project
run: cmake -S ${GITHUB_WORKSPACE} -B ${{runner.workspace}}/build -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/usr/local/opt/qt5/lib/cmake
- name: Build