Skip to content

Commit 23c3d32

Browse files
committed
Install Rust toolchain
1 parent ba2c720 commit 23c3d32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codebuild.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
steps:
1111
- name: Checkout code
1212
uses: actions/checkout@v2
13+
- uses: dtolnay/rust-toolchain@master
14+
with:
15+
toolchain: beta
16+
- uses: Swatinem/rust-cache@v2
1317
- run: cargo rustc --version
1418
- run: rustup toolchain list
1519
- run: cargo install cargo-nextest

0 commit comments

Comments
 (0)