From db77cfee6bce1c824199c541b920b674534cf18a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven=20Dee=20=28J=C5=8Dshin=29?= Date: Mon, 19 May 2025 00:19:32 -0700 Subject: [PATCH] path must match between save/restore --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 53706a16b..7de803d3a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: id: cache with: path: | - .cosmocc/${{ env.COSMOCC_VERSION }} + .cosmocc o key: ${{ env.COSMOCC_VERSION }}-${{ matrix.mode }}-${{ github.sha }} restore-keys: |