Skip to content
Snippets Groups Projects
Commit 4b917f5c authored by Benjamin Wingfield's avatar Benjamin Wingfield
Browse files

fix musl

parent b97fc514
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup target
run: rustup target add x86_64-unknown-linux-musl
- name: Build
run: cargo build --target x86_64-unknown-linux-musl --verbose
- name: Run tests
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment