Skip to content

Commit

Permalink
Cache tables
Browse files Browse the repository at this point in the history
  • Loading branch information
h3nnn4n committed Mar 9, 2021
1 parent 1f2801f commit 3842c99
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/heap-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ jobs:
- name: Build
run: make gperftools

- name: Cache Move Tables
id: cache-move-tables
uses: actions/cache@v2
with:
path: move_tables
key: cache-move-tables

- name: Build Tables
if: steps.cache-move-tables.outputs.cache-hit != 'true'
run: ./cubotron --rebuild-tables

heapcheck-solve:
runs-on: ubuntu-20.04
needs: build
Expand Down

0 comments on commit 3842c99

Please sign in to comment.