Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBoot committed Jan 13, 2024
1 parent 3bba4cf commit 6a10dad
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/rust-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@ jobs:

- run: git fetch --prune --unshallow --tags

- name: Cache
uses: actions/cache@v3
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ matrix.runs-on }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Set up Rust
uses: dtolnay/rust-toolchain@stable

Expand Down

0 comments on commit 6a10dad

Please sign in to comment.