Skip to content

Commit

Permalink
cache runtime-tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
utam0k committed Sep 7, 2021
1 parent d4e1069 commit 964c4fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Cache runtime-tools
id: cache-runtime-tools
uses: actions/cache@v2
with:
path: integration_test
key: ${{ runner.os }}-${{ matrix.rust }}-primes
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
Expand Down

0 comments on commit 964c4fc

Please sign in to comment.