mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-22233 Fix CI cache name for Bazel build
This commit is contained in:
parent
e7530bd9ff
commit
1b292fa924
1 changed files with 5 additions and 1 deletions
6
.github/workflows/icu_ci.yml
vendored
6
.github/workflows/icu_ci.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue