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

revert back to default build

parent b80bdf58
No related branches found
No related tags found
No related merge requests found
......@@ -16,10 +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
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Upload binary
......
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