Skip to content

Commit

Permalink
Static build
Browse files Browse the repository at this point in the history
  • Loading branch information
the2pizza committed Jan 16, 2025
1 parent b8dba2a commit 31f397d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: sudo apt-get install -y protobuf-compiler

- name: Install musl-tools
run: sudo apt-get update && sudo apt-get install -y musl-tools
run: sudo apt-get update && sudo apt-get install -y musl-tools musl-dev

- name: Link musl-g++
run: sudo ln -sf "/usr/bin/musl-gcc" "/usr/bin/musl-g++"
Expand Down

0 comments on commit 31f397d

Please sign in to comment.