Skip to content

Commit

Permalink
add musl build
Browse files Browse the repository at this point in the history
  • Loading branch information
pm100 committed Jan 6, 2024
1 parent bf00c41 commit 06be61a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,17 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
target: x86_64-unknown-linux-musl

- name: Build
uses: actions-rs/cargo@v1
with:
command: build
args: --release --target x86_64-unknown-linux-musl

0 comments on commit 06be61a

Please sign in to comment.