Skip to content

Commit 3514491

Browse files
committed
fix mac build
1 parent 00cd679 commit 3514491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
override: true
7676

7777
- name: Build for mac
78-
run: cargo build --all --release && strip target/release/zsh-histdb-skim
78+
run: cargo build --all --release --target x86_64-apple-darwin && strip target/release/zsh-histdb-skim
7979

8080
- name: Upload binaries to release
8181
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)