We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1681d commit 3f598d5Copy full SHA for 3f598d5
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: DeterminateSystems/magic-nix-cache-action@main
22
23
- name: Build project
24
- run: nix develop --command cargo build -F alkali --release --target x86_64-unknown-linux-musl
+ run: nix develop --command cargo build -F alkali --release
25
26
- name: Run tests
27
run: nix develop --command cargo test -F alkali
0 commit comments