Fixed build

This commit is contained in:
emeric
2026-02-18 20:51:18 +01:00
parent bdcbd11e87
commit 825d16a11c
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
with: with:
usesh: true usesh: true
prepare: | prepare: |
pkg install -y cmake pkgconf boost-libs ffmpeg stb libconfig taglib libarchive xxhash wt googletest pugixml pkg install -y cmake pkgconf boost-libs ffmpeg stb libconfig taglib libarchive xxhash wt googletest pugixml pulseaudio
run: | run: |
mkdir build mkdir build
@@ -22,12 +22,11 @@
#include <chrono> #include <chrono>
#include <functional> #include <functional>
#include <memory> #include <memory>
#include <span>
#include <string_view> #include <string_view>
#include <boost/asio/io_context.hpp> #include <boost/asio/io_context.hpp>
#include "core/EnumSet.hpp"
#include "audio/PcmTypes.hpp" #include "audio/PcmTypes.hpp"
namespace lms::audio namespace lms::audio