File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -209,6 +209,24 @@ runs:
209209 if : ${{ inputs.vdev == 'true' }}
210210 uses : ./.github/actions/install-vdev
211211
212+ - name : Cache prepare.sh binaries
213+ id : cache-prepare-binaries
214+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
215+ with :
216+ path : |
217+ ~/.cargo/bin/cargo-deb
218+ ~/.cargo/bin/cross
219+ ~/.cargo/bin/cargo-nextest
220+ ~/.cargo/bin/cargo-deny
221+ ~/.cargo/bin/cargo-msrv
222+ ~/.cargo/bin/dd-rust-license-tool
223+ ~/.cargo/bin/wasm-pack
224+ /usr/local/bin/markdownlint
225+ /usr/local/bin/datadog-ci
226+ key : ${{ runner.os }}-prepare-binaries-${{ hashFiles('scripts/environment/prepare.sh', 'scripts/environment/binstall.sh', 'scripts/environment/release-flags.sh') }}
227+ restore-keys : |
228+ ${{ runner.os }}-prepare-binaries-
229+
212230 - name : Run prepare.sh
213231 shell : bash
214232 run : |
You can’t perform that action at this time.
0 commit comments