Skip to content

Commit 88c5a91

Browse files
authored
Fix CI (#4690)
1 parent 82553a7 commit 88c5a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- cxx: g++-13
3232
build_type: Release
3333
std: 23
34-
install: sudo apt install g++-13
34+
install: sudo apt install g++-13 libcc1-0
3535
shared: -DBUILD_SHARED_LIBS=ON
3636
- cxx: clang++-11
3737
build_type: Debug

0 commit comments

Comments
 (0)