Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
ci: add musl-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
DumpTime committed Feb 26, 2024
1 parent e6200f7 commit 8fda209
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ jobs:

- name: List support target platform
run: rustup target list

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

- uses: Swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit 8fda209

Please sign in to comment.