fix up CI:

add libhandy as dependency
change ubuntu actions environment
update nlohmann/json to latest release
add preprocessor checks
This commit is contained in:
ouwou
2022-11-08 02:32:45 -05:00
parent 28c3ec417f
commit f97a6ff266
3 changed files with 22 additions and 7 deletions

View File

@@ -1,5 +1,11 @@
#ifdef WITH_VOICE
// clang-format off
#include "devices.hpp"
// clang-format on
AudioDevices::AudioDevices()
: m_playback(Gtk::ListStore::create(m_playback_columns)) {
}
@@ -31,3 +37,4 @@ AudioDevices::PlaybackColumns::PlaybackColumns() {
add(Name);
add(DeviceID);
}
#endif