diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 59f31c5..e6b2871 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,6 +41,11 @@ jobs: with: targets: ${{ matrix.target }} + - name: List toolchain installed components + shell: bash + run: | + rustup component list + - name: Build uses: actions-rs/cargo@v1 with: