diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6125c79a..a0df70a7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,9 +25,7 @@ jobs: submodules: true - name: Install Rust toolchain - uses: actions-rs/toolchain@v1 - with: - profile: minimal + run: rustup show - name: Compile run: cargo build --workspace --verbose