From 642912388195ba04c479754819d05a750e013a17 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Mon, 17 May 2021 18:09:35 -0600 Subject: [PATCH] Remove unnecessary step --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c47cde02b6..9da6c78647 100644 --- a/.github/workflows/ci.yml +++ b/.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