summaryrefslogtreecommitdiff
path: root/.github/workflows/test-mixed-versions.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test-mixed-versions.yaml')
-rw-r--r--.github/workflows/test-mixed-versions.yaml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/test-mixed-versions.yaml b/.github/workflows/test-mixed-versions.yaml
index 7fcc505d2b..948cf5daae 100644
--- a/.github/workflows/test-mixed-versions.yaml
+++ b/.github/workflows/test-mixed-versions.yaml
@@ -135,7 +135,9 @@ jobs:
uses: actions/cache@v3.3.1
with:
path: "/home/runner/repo-cache/"
- key: repo-cache
+ key: ${{ runner.os }}-repo-cache-${{ hashFiles('MODULE.bazel','WORKSPACE','bazel/bzlmod/secondary_umbrella.bzl') }}
+ restore-keys: |
+ ${{ runner.os }}-repo-cache-
- name: CONFIGURE BAZEL
run: |
if [ -n "${{ secrets.BUILDBUDDY_API_KEY }}" ]; then
@@ -183,7 +185,9 @@ jobs:
uses: actions/cache@v3.3.1
with:
path: "/home/runner/repo-cache/"
- key: repo-cache
+ key: ${{ runner.os }}-repo-cache-${{ hashFiles('MODULE.bazel','WORKSPACE','bazel/bzlmod/secondary_umbrella.bzl') }}
+ restore-keys: |
+ ${{ runner.os }}-repo-cache-
- name: CONFIGURE BAZEL
run: |
ERLANG_HOME="$(dirname $(dirname $(which erl)))"