Skip to content

Commit 600470b

Browse files
committed
fix(test): switch to nightly toolchain for unstable features
1 parent 6dc62ca commit 600470b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ jobs:
2424
- uses: actions/checkout@v3
2525
with:
2626
submodules: true
27-
- uses: dtolnay/rust-toolchain@stable
27+
- uses: dtolnay/rust-toolchain@master
2828
with:
2929
components: rust-src
30+
toolchain: nightly
3031
- if: matrix.dtls_backend == 'gnutls'
3132
uses: awalsh128/cache-apt-pkgs-action@latest
3233
with:

0 commit comments

Comments
 (0)