Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Jan 22, 2025
1 parent 9d100e7 commit 5fe70a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
shell: bash -xe {0}
steps:
- name: Install musl tools
if: ${{ endsWith('matrix.platform.target', '-unknown-linux-musl') }}
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
Expand Down

0 comments on commit 5fe70a0

Please sign in to comment.