From 8cfcaf3c86b8eafb1bb7caaa2357a55705ecced1 Mon Sep 17 00:00:00 2001
From: Bart van der Braak <bartvdbraak@gmail.com>
Date: Mon, 6 Nov 2023 05:52:12 +0100
Subject: [PATCH] fix: list all installed toolchain components

---
 .github/workflows/deploy.yml | 5 +++++
 1 file changed, 5 insertions(+)

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: