From b81f5ab03cb77ce42a70b46365f6c7764432a4a1 Mon Sep 17 00:00:00 2001 From: Rain Date: Fri, 18 Mar 2022 12:10:28 -0700 Subject: [PATCH] Update pre-built-binaries.md --- site/src/book/pre-built-binaries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/book/pre-built-binaries.md b/site/src/book/pre-built-binaries.md index 649a50c8d13..f022b2e0f75 100644 --- a/site/src/book/pre-built-binaries.md +++ b/site/src/book/pre-built-binaries.md @@ -61,7 +61,7 @@ Pre-built binaries can be used in continuous integration to speed up test runs. The easiest way to use nextest in GitHub Actions is to use the [Install Development Tools](https://github.com/marketplace/actions/install-development-tools) action maintained by [Taiki Endo](https://github.com/taiki-e). -To install the latest version of nextest, add this to your job: +To install the latest version of nextest, add this to your job after installing Rust and Cargo: ```yml - uses: taiki-e/install-action@nextest