Skip to content

Commit

Permalink
publish: install sevenzip with homebrew
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jqnatividad committed Dec 4, 2023
1 parent 9b015ff commit 4671b37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/macOS-x86_64-selfhosted-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
addl-rustflags: -C target-feature=+fxsr,+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+fma

steps:
- name: install sevenzip with homebrew
run: |
brew install sevenzip
- name: Installing Rust toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 4671b37

Please sign in to comment.