Skip to content

Commit

Permalink
Cache graph tools and boost install
Browse files Browse the repository at this point in the history
  • Loading branch information
brianreicher committed Dec 4, 2023
1 parent 9a9dac6 commit ddb1b37
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Cache boost and graph-tools installations
uses: actions/cache@v2
with:
path: |
/usr/include
/usr/lib
key: ${{ runner.os }}-boost-graph-tools-${{ hashFiles('**/*.yaml') }}
restore-keys: |
${{ runner.os }}-boost-graph-tools-
- name: Install boost
run: sudo apt install libboost-all-dev

Expand Down

0 comments on commit ddb1b37

Please sign in to comment.