From 8d2360786b528a013d8aecc9be8fbf26f1ad9da2 Mon Sep 17 00:00:00 2001 From: Rob Lyerly <1079064+rlyerly@users.noreply.github.com> Date: Fri, 17 Apr 2026 09:18:42 -0400 Subject: [PATCH] Add Linux build status badge to top of README Added a build status badge for Linux to the top of README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ddea75c93e..ad9858b036 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ CacheLib

+[![linux](https://github.com/facebook/CacheLib/actions/workflows/getdeps_linux.yml/badge.svg)](https://github.com/facebook/CacheLib/actions/workflows/getdeps_linux.yml) + # CacheLib Pluggable caching engine to build and scale high performance cache services. See