Skip to content

Commit

Permalink
ci(static-bin): update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <sam@secondstate.io>
  • Loading branch information
apepkuss committed Feb 22, 2024
1 parent 2649a03 commit 94222cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-static-bin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
targets: ${{ matrix.platform.target }}
if: ${{ !matrix.platform.cross }}
- name: Install musl-tools on Linux
run: sudo apt-get update --yes && sudo apt-get install --yes musl-dev musl-tools
run: sudo apt-get update --yes && sudo apt-get install --yes musl-dev musl-tools build-essential libclang-dev protobuf-compiler
if: contains(matrix.platform.os, 'ubuntu') && !matrix.platform.cross
- name: Install cross if cross-compiling (*nix)
id: cross-nix
Expand Down

0 comments on commit 94222cb

Please sign in to comment.