fix: list all installed toolchain components

This commit is contained in:
Bart van der Braak 2023-11-06 05:52:12 +01:00
parent 644ed1e6e7
commit 8cfcaf3c86

View file

@ -41,6 +41,11 @@ jobs:
with: with:
targets: ${{ matrix.target }} targets: ${{ matrix.target }}
- name: List toolchain installed components
shell: bash
run: |
rustup component list
- name: Build - name: Build
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with: