Skip to content

Commit

Permalink
fix mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
m42e committed Jul 4, 2024
1 parent 00cd679 commit 3514491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
override: true

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

- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 3514491

Please sign in to comment.