From 6cd70cc6bfa816b41f3fea8aeac4d5a4162dcc8e Mon Sep 17 00:00:00 2001 From: Austin Schey Date: Sun, 31 Mar 2024 08:28:16 -0500 Subject: [PATCH] update comment --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 07d93f2..7041575 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,7 +49,7 @@ jobs: # The `{ sharedKey: ... }` allows different actions to share the cache. # 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 - # `--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. - uses: Swatinem/rust-cache@v2 with: { sharedKey: fullBuild }