Skip to content

Commit

Permalink
faster ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdud007 committed Oct 24, 2024
1 parent 35df666 commit 60263a1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/prove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@ jobs:
with:
submodules: recursive

- name: Cache Rust build files
uses: actions/cache@v3
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ runner.os }}-cargo-
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 60263a1

Please sign in to comment.