Skip to content

Commit

Permalink
ci: remove musl-tools install
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Jan 22, 2025
1 parent 5fe70a0 commit 7d69639
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ jobs:
run:
shell: bash -xe {0}
steps:
- name: Install musl tools
if: ${{ endsWith(matrix.platform.target, '-unknown-linux-musl') }}
run: |
sudo apt-get install -y musl-tools --no-install-recommends
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
filter: tree:0
Expand Down

0 comments on commit 7d69639

Please sign in to comment.