Skip to content

Commit 7572047

Browse files
add in override flag to set default cargo toolchain
1 parent bb48cd5 commit 7572047

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/doc/src/guide/continuous-integration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
- uses: actions-rs/toolchain@v1
5151
with:
5252
toolchain: ${{ matrix.toolchain }}
53+
override: true
5354
- run: cargo build --verbose
5455
- run: cargo test --verbose
5556
```

0 commit comments

Comments
 (0)