update comment

This commit is contained in:
Austin Schey
2024-03-31 08:28:16 -05:00
parent 63a1f1d3b0
commit 6cd70cc6bf

View File

@@ -49,7 +49,7 @@ jobs:
# The `{ sharedKey: ... }` allows different actions to share the cache. # The `{ sharedKey: ... }` allows different actions to share the cache.
# We're using a `fullBuild` key mostly as a "this needs to do the # We're using a `fullBuild` key mostly as a "this needs to do the
# complete" that needs to do the complete build (that is, including # complete" that needs to do the complete build (that is, including
# `--features 'bundled-full session buildtime_bindgen'`), which is very # `--features 'bundled-full session buildtime_bindgen preupdate_hook'`), which is very
# slow, and has several deps. # slow, and has several deps.
- uses: Swatinem/rust-cache@v2 - uses: Swatinem/rust-cache@v2
with: { sharedKey: fullBuild } with: { sharedKey: fullBuild }