Skip to content

Commit 50022fb

Browse files
Fixed Linux CI Clang failed
1 parent 79f79b8 commit 50022fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildArtifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
clang-version: '18.1.8'
1313
sha-length: 7
1414
apt-source: 'echo -e "Types: deb\nURIs: http://archive.ubuntu.com/ubuntu/\nSuites: jammy\nComponents: main restricted universe multiverse\nArchitectures: amd64 i386" | sudo tee /etc/apt/sources.list.d/jammy.sources'
15-
linux-requirements: 'sudo apt install libasound2-dev libfreetype-dev libcurl4-openssl-dev libwebkit2gtk-4.0-dev libgtk-3-dev'
15+
linux-requirements: 'sudo apt install libasound2-dev libfreetype-dev libcurl4-openssl-dev libwebkit2gtk-4.0-dev libgtk-3-dev libtinfo5'
1616

1717
jobs:
1818
prepare-package:

0 commit comments

Comments
 (0)