From ea9ef422fcd2d2b2422af422e174337e3482759f Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Sat, 5 Mar 2022 02:01:32 +0000 Subject: [PATCH] fix(ci): update package cache --- .github/workflows/rust.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 182bb1a..c9b4b3c 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -18,7 +18,9 @@ jobs: - uses: actions/checkout@v2 - name: Install dependencies - run: apt-get install -y curl + run: | + apt-get update + apt-get install -y curl - name: Install latest nightly uses: actions-rs/toolchain@v1