Skip to content

Commit

Permalink
Update Cache action in Bazel CI build
Browse files Browse the repository at this point in the history
Signed-off-by: Vertexwahn <julian.amann@tum.de>
  • Loading branch information
Vertexwahn committed May 26, 2023
1 parent 4d49374 commit 4077d44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bazel_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v3

- name: Mount Bazel cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: "/home/runner/.cache/bazel"
key: bazel-ubuntu
Expand All @@ -55,7 +55,7 @@ jobs:
- uses: actions/checkout@v3

- name: Mount Bazel cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: "/home/runner/.cache/bazel"
key: bazel-windows
Expand All @@ -72,7 +72,7 @@ jobs:
- uses: actions/checkout@v3

- name: Mount Bazel cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: "/home/runner/.cache/bazel"
key: bazel-macos
Expand Down

0 comments on commit 4077d44

Please sign in to comment.