Skip to content

Commit

Permalink
Merge pull request #62 from Stremio/mac-fixes
Browse files Browse the repository at this point in the history
Fix MacOS release
  • Loading branch information
core1024 authored Dec 19, 2023
2 parents 2b18964 + bd26244 commit 1a351be
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/macos-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,12 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
- name: Homebrew setup
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.11.6'
- name: Utils
run: |
brew install graphicsmagick imagemagick
npm -g install appdmg
- name: Build
run: cargo build --release --features=bundled
Expand Down

0 comments on commit 1a351be

Please # to comment.