We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08dd3c4 commit f2798c0Copy full SHA for f2798c0
.github/workflows/build-linux-clang.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v4
13
14
- name: "Setup required packages"
15
- run: sudo apt-get install -y binutils-dev libssl-dev uuid-dev flex bison
+ run: sudo apt-get install -y binutils-dev libc++-dev libssl-dev uuid-dev flex bison
16
17
- name: "Setup clang"
18
uses: egor-tensin/setup-clang@v1
0 commit comments