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 1c4685e commit a9c73b6Copy full SHA for a9c73b6
.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
+ run: sudo apt-get install -y binutils-dev libc++-dev libssl-dev uuid-dev
16
17
- name: "Setup clang"
18
uses: egor-tensin/setup-clang@v1
0 commit comments