Skip to content

Commit

Permalink
fixed missing step in action
Browse files Browse the repository at this point in the history
  • Loading branch information
luisacicolini committed Oct 24, 2024
1 parent c62642b commit 0c204cf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/plots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ jobs:
with:
path: .lake
key: ${{ runner.os }}-lake-tools-${{ hashFiles('lake-manifest.json') }}

- name: Get mathlib cache (only if no cache available)
if: steps.cache-lake.outputs.cache-hit != 'true'
run: |
lake -R exe cache get # download cache of mathlib docs.
- name: Compile Library 🧐
run: |
lake -R build SSA
- name: Run Hackers' Delight Performance Tests
run : |
Expand Down

0 comments on commit 0c204cf

Please sign in to comment.