Skip to content

Commit

Permalink
MacOS dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Lesches committed Nov 11, 2024
1 parent 54c1d95 commit b55ad70
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Windows and Android apps
name: Publish Windows, MacOS, and Android

# Builds a Windows App Installer (.msix) for the Dashboard
#
Expand Down Expand Up @@ -88,9 +88,15 @@ jobs:
cache: true
cache-key: "flutter-macos" # we don't need *the* most recent build

- name: Check on Flutter
run: flutter doctor -v

- name: Install AppDmg tool
run: npm install --global appdmg

- name: Install dependencies
run: brew install automake libtool

- name: Build MacOS release
run: flutter build macos

Expand Down

0 comments on commit b55ad70

Please sign in to comment.