Skip to content

Commit 738ce2d

Browse files
committed
Use Rust caches for publishes
These aren't incremental by default, and should shave a lot of time from subsequent builds.
1 parent a492a5d commit 738ce2d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ jobs:
134134
- uses: actions/checkout@v5
135135
with:
136136
token: ${{ secrets.PAT_JUNON }} # custom token here so that we can push tags later
137+
- name: Rust Cache
138+
uses: Swatinem/[email protected]
139+
with:
140+
shared-key: app-release-build
137141
- name: Init Node Environment
138142
uses: ./.github/actions/init-env-node
139143

0 commit comments

Comments
 (0)