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