ICU-22233 Fix CI cache name for Bazel build

This commit is contained in:
Elango Cheran 2023-01-13 21:47:30 -08:00 committed by Shane F. Carr
parent 940c1f6baf
commit 3068ee6d0b

View file

@ -395,11 +395,15 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: bazelbuild/setup-bazelisk@v1
- name: Get CI Linux runner VM version
id: linux-version
run: |
echo "LINUX_VERSION=$(grep -F VERSION_ID /etc/os-release | cut -d'"' -f2)" >> $GITHUB_OUTPUT
- name: Mount bazel cache
uses: actions/cache@v2
with:
path: "~/.cache/bazel"
key: ${{ runner.os }}-bazel
key: bazel-${{ runner.os }}-${{ steps.linux-version.outputs.LINUX_VERSION }}
- name: Generate the data
run: |