Skip to content

Commit 6b5d5f4

Browse files
committed
fix ubuntu workflow
1 parent 4024b4c commit 6b5d5f4

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

.github/actions/init-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
shell: pwsh
3232
run: |
3333
sudo apt update
34-
sudo apt-get -y install ninja-build
34+
sudo apt-get -y install ninja-build libasound2-dev libxrandr-dev libxinerama-dev libxrender-dev libxcomposite-dev libxcursor-dev
3535
Write-Output VCPKG_TRIPLET=x64-linux >> $env:GITHUB_ENV
3636
Write-Output VCPKG_TRIPLET_STATIC=x64-linux >> $env:GITHUB_ENV
3737
Write-Output QT_ARCH=gcc_64 >> $env:GITHUB_ENV

scripts/setup/modules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"diffscope-bridge": {
33
"repository": "CrSjimo/diffscope-bridge",
4-
"ref": "a2dcd7ca3e50d93cff9a5d0d90b59e1c1c137d98"
4+
"ref": "34c70b37100918a1538666e33c53cdcb1e356b6c"
55
}
66
}

src/plugins/audioplugin/internal/utils/devicetester.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#include "devicetester.h"
22

3+
#include <cmath>
4+
35
#include <TalcsCore/MixerAudioSource.h>
46

57
#include <audioplugin/outputsysteminterface.h>

0 commit comments

Comments
 (0)