ICU-22233 Fix CI cache name for Bazel build

This commit is contained in:
Elango Cheran 2023-01-13 21:47:30 -08:00
parent e7530bd9ff
commit 1b292fa924

View file

@ -490,11 +490,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: |