From 310967ecebd355e966ce5eadfbe10daafb09fcdd Mon Sep 17 00:00:00 2001 From: Will Jones Date: Thu, 26 Feb 2026 19:25:46 -0800 Subject: [PATCH] ci(rust): fix linux job (#3076) --- .github/workflows/rust.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 00369f565..292127b51 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -100,7 +100,9 @@ jobs: lfs: true - uses: Swatinem/rust-cache@v2 - name: Install dependencies - run: sudo apt install -y protobuf-compiler libssl-dev + run: | + sudo apt update + sudo apt install -y protobuf-compiler libssl-dev - uses: rui314/setup-mold@v1 - name: Make Swap run: |