Skip to content

Commit

Permalink
Build also mac binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
qarmin committed May 24, 2023
1 parent 75c2ef7 commit b7c552c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ jobs:
run: rm '/usr/local/bin/2to3'

- name: Install GTK4
run: brew install rust gtk4 libheif
run: brew install rust gtk4

- name: Build Release
run: cargo build --release
env:
CARGO_INCREMENTAL: 0
if: ${{ matrix.type == 'release'}}

- name: Store MacOS GUI
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b7c552c

Please sign in to comment.