Skip to content

Commit a9c73b6

Browse files
committed
Update
1 parent 1c4685e commit a9c73b6

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
15+
run: sudo apt-get install -y binutils-dev libc++-dev libssl-dev uuid-dev
1616

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

0 commit comments

Comments
 (0)