Skip to content

Commit 064e80f

Browse files
committed
Fix a problem on ubuntu 24
1 parent b1f522c commit 064e80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-plugin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
if: runner.os == 'Linux'
6868
run: |
6969
sudo apt-get update
70-
sudo apt install libasound2-dev libx11-dev libxcomposite-dev libxcursor-dev libxext-dev libxinerama-dev libxrandr-dev libxrender-dev libfreetype6-dev libglu1-mesa-dev libjack-jackd2-dev
70+
sudo apt install libfontconfig1-dev libasound2-dev libx11-dev libxcomposite-dev libxcursor-dev libxext-dev libxinerama-dev libxrandr-dev libxrender-dev libfreetype6-dev libglu1-mesa-dev libjack-jackd2-dev
7171
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 12
7272
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 12
7373

0 commit comments

Comments
 (0)