Skip to content

Commit f2798c0

Browse files
committed
Update
1 parent 08dd3c4 commit f2798c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-linux-clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313

1414
- name: "Setup required packages"
15-
run: sudo apt-get install -y binutils-dev libssl-dev uuid-dev flex bison
15+
run: sudo apt-get install -y binutils-dev libc++-dev libssl-dev uuid-dev flex bison
1616

1717
- name: "Setup clang"
1818
uses: egor-tensin/setup-clang@v1

0 commit comments

Comments
 (0)