mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-22233 Use separate Bazel cache keys per OS.
This commit is contained in:
parent
90caafbcd4
commit
dcac8ac4c1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/icu_ci.yml
vendored
4
.github/workflows/icu_ci.yml
vendored
|
@ -486,7 +486,7 @@ jobs:
|
|||
|
||||
# Build Unicode update tools
|
||||
unicode-update-tools:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: bazelbuild/setup-bazelisk@v1
|
||||
|
@ -494,7 +494,7 @@ jobs:
|
|||
uses: actions/cache@v2
|
||||
with:
|
||||
path: "~/.cache/bazel"
|
||||
key: bazel
|
||||
key: ${{ runner.os }}-bazel
|
||||
|
||||
- name: Generate the data
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue