Skip to content

Commit 2251be3

Browse files
committed
Use latest nightly toolchain for address sanitizer tests
1 parent 81d7f28 commit 2251be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install nightly toolchain
3434
uses: actions-rs/toolchain@v1
3535
with:
36-
toolchain: nightly-2020-08-28
36+
toolchain: nightly
3737
override: true
3838
components: rust-src
3939
- name: Run tests with address sanitizer

0 commit comments

Comments
 (0)