From 402d99da5958870f3c0c9f5a7e739c5c56f4b5b9 Mon Sep 17 00:00:00 2001 From: Jose Phillips Date: Sun, 8 Dec 2024 21:53:37 -0500 Subject: [PATCH] Fix on CI Builds for Windows and Linux --- .ci/AppImageBuilder.yml | 1 + .ci/dependencies_msys.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci/AppImageBuilder.yml b/.ci/AppImageBuilder.yml index 64f8f91ed..7f312baae 100644 --- a/.ci/AppImageBuilder.yml +++ b/.ci/AppImageBuilder.yml @@ -72,6 +72,7 @@ AppDir: - libxkbcommon-x11-0 # if QT:BOOL=ON - qtwayland5 # if QT:BOOL=ON - zlib1g + - libserialport0 files: exclude: - etc diff --git a/.ci/dependencies_msys.txt b/.ci/dependencies_msys.txt index 766aadda3..b6c0979e2 100644 --- a/.ci/dependencies_msys.txt +++ b/.ci/dependencies_msys.txt @@ -14,4 +14,4 @@ qt5-static qt5-translations vulkan-headers libsndfile -libserialport \ No newline at end of file +libserialport