Skip to content

Commit

Permalink
Update enzyme-bazel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich authored Mar 9, 2024
1 parent b37be4a commit 65ca2f5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/enzyme-bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ jobs:
repository: 'llvm/llvm-project'
path: 'llvm-project'

- name: Cache Bazel
uses: actions/cache@v3
with:
path: |
~/.cache/bazel
key: ${{ runner.os }}-bazel-${{ hashFiles('.bazelversion', '.bazelrc', 'WORKSPACE', 'WORKSPACE.bazel', 'MODULE.bazel') }}
restore-keys: |
${{ runner.os }}-bazel-
- name: Build
run: |
cd enzyme
Expand Down

0 comments on commit 65ca2f5

Please sign in to comment.