Skip to content

Commit 3f598d5

Browse files
committed
chore: consider musl is the default target
1 parent df1681d commit 3f598d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: DeterminateSystems/magic-nix-cache-action@main
2222

2323
- name: Build project
24-
run: nix develop --command cargo build -F alkali --release --target x86_64-unknown-linux-musl
24+
run: nix develop --command cargo build -F alkali --release
2525

2626
- name: Run tests
2727
run: nix develop --command cargo test -F alkali

0 commit comments

Comments
 (0)