From e99022045a21cddb4bbc1ccfd861ffa0ffb91f15 Mon Sep 17 00:00:00 2001 From: Gabriele Picco Date: Thu, 22 Feb 2024 16:28:23 +0100 Subject: [PATCH] :construction_worker: Remove dependencies step --- .github/workflows/publish-packages.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/publish-packages.yml b/.github/workflows/publish-packages.yml index 3cd219b..94e9e82 100644 --- a/.github/workflows/publish-packages.yml +++ b/.github/workflows/publish-packages.yml @@ -69,14 +69,6 @@ jobs: shell: bash run: echo "RELEASE_VERSION=${{ env.release_version }}" >> $GITHUB_ENV - - name: Install dependencies - shell: bash - run: | - if [[ "${{ matrix.build.NAME }}" = *"-musl" ]]; then - sudo apt-get update - sudo apt-get install -y --no-install-recommends \ - --allow-unauthenticated musl-tools - - name: Install Rust toolchain uses: actions-rs/toolchain@v1 with: