diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index d3e9f93ced..14d252f06a 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -66,7 +66,8 @@ jobs: - name: Package shell: pwsh continue-on-error: true - run: | + run: | + python3 -m pip install packaging setuptools npm install --global create-dmg cd ExtLibs/Xamarin/Xamarin.MacOS/bin/Release/ create-dmg 'Mission Planner.app' --dmg-title='Mission Planner'