From 18bc6bd31033730f414732f8bad8a9a3a7fa7354 Mon Sep 17 00:00:00 2001
From: Tamir Duberstein <tamird@gmail.com>
Date: Fri, 4 Apr 2025 07:55:45 -0400
Subject: [PATCH] ci: `brew update` to install LLVM 20

---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bf80658..1b69a51 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -80,7 +80,7 @@ jobs:
         with:
           tool: cargo-generate
 
-      - run: brew install filosottile/musl-cross/musl-cross llvm
+      - run: brew update && brew install filosottile/musl-cross/musl-cross llvm
         if: runner.os == 'macos'
 
       - run: cargo install bpf-linker --git https://github.com/aya-rs/bpf-linker.git --no-default-features