Remove unnecessary step

Nathan Sobo created

Change summary

.github/workflows/ci.yml | 3 ---
1 file changed, 3 deletions(-)

Detailed changes

.github/workflows/ci.yml 🔗

@@ -50,9 +50,6 @@ jobs:
           target: aarch64-apple-darwin
           profile: minimal
 
-      - name: Install cargo bundle
-        run: cargo install cargo-bundle
-
       - name: Checkout repo
         uses: actions/checkout@v2