From f22ba1df72f2d87ebfb80ebd13cbcd5d2f5f1fa6 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Fri, 30 Jun 2023 17:21:37 -0700 Subject: [PATCH] ci: apply brute force --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 22da8fdc..db12d396 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -26,10 +26,10 @@ jobs: steps: - name: "Update APT" shell: bash - run: "apt update" + run: "sudo apt update" - name: "Install more deps" shell: bash - run: "apt-get install -y redis" + run: "sudo apt-get install -y redis" - uses: actions/checkout@v3 - uses: Swatinem/rust-cache@v2 with: