Skip to content

Commit

Permalink
fix(test): switch to nightly toolchain for unstable features
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsastrix authored and petardimitrijevic committed Jun 29, 2023
1 parent 046d3fa commit bba8e5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@master
with:
components: rust-src
toolchain: nightly
- if: matrix.dtls_backend == 'gnutls'
uses: awalsh128/cache-apt-pkgs-action@latest
with:
Expand Down

0 comments on commit bba8e5d

Please sign in to comment.