Skip to content

Commit e26600d

Browse files
committed
update
1 parent 721c902 commit e26600d

File tree

3 files changed

+71
-242
lines changed

3 files changed

+71
-242
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15+
- name: Caching objects
16+
id: cache-objects
17+
uses: actions/cache@v4
18+
with:
19+
path: |
20+
~/.cargo
21+
${{ github.workspace }}/target
22+
key: ${{ runner.os }}-release-objects
23+
1524
- name: Set up Node.js
1625
uses: actions/setup-node@v4
1726
with:

0 commit comments

Comments
 (0)