Skip to content

Commit

Permalink
Update pre-built-binaries.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers authored Mar 18, 2022
1 parent 819a089 commit b81f5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/book/pre-built-binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b81f5ab

Please sign in to comment.