Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TOwInOK authored Aug 11, 2024
1 parent 633cae3 commit eb41370
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/cache@v4
with:
path: target
key: static-deps-data

- name: Create Release Pull Request
uses: cargo-bins/release-pr@v2.1.1
with:
Expand Down

0 comments on commit eb41370

Please sign in to comment.