diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e986734..7374685 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: name: Install Rustup with: command: install-rustup - toolchain: stable + toolchain: nightly target: ${{ matrix.target }} profile: minimal default: true