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 f087913 commit fe5b94b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-static-bin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,10 @@ 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 build-essential libclang-dev protobuf-compiler
run: |
sudo apt-get update -y
sudo apt-get install -y musl-dev musl-tools build-essential libclang-dev protobuf-compiler
protoc --version
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 fe5b94b

Please sign in to comment.