Skip to content

Commit

Permalink
fix(docker): release logic
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Sep 15, 2023
1 parent 1cdea59 commit c47cead
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
os: ubuntu-latest
archive: tar.gz
steps:
- name: Install dependencies
if: ${{ contains(matrix.target, 'musl') }} && ${{ startsWith(matrix.os, 'ubuntu-latest') }}
run: sudo apt-get update && apt-get install -y musl-tools llvm clang

- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit c47cead

Please sign in to comment.