From f3a7ecd6eff6aad845d21a50d632a8e7e69028ee Mon Sep 17 00:00:00 2001 From: ClementTsang <34804052+ClementTsang@users.noreply.github.com> Date: Tue, 3 Sep 2024 03:51:57 -0400 Subject: [PATCH] update cache key for freebsd --- .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 08ae5089d..35ccee38f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -322,7 +322,7 @@ jobs: uses: Swatinem/rust-cache@9bdad043e88c75890e36ad3bbc8d27f0090dd609 # 2.7.3 if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }} # If it is a PR, only if not a fork with: - key: ${{ matrix.info.target }} + key: ${{ matrix.info.target }}-${{ matrix.info.os_release }} cache-all-crates: true - name: Test FreeBSD