diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2da2e2..b35f848 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: Swatinem/rust-cache@v2 - - name: Install nightly Rust + - name: Default on nightly Rust run: rustup default nightly - name: Install additional components run: |