Skip to content

Commit

Permalink
ci: Install mac dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Nov 22, 2024
1 parent 472ba4f commit e2fb0ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ jobs:
- name: Create dmg
if: runner.os == 'macOS'
run: |
brew install libiodbc
curl -O -L https://github.com/PostgresApp/PostgresApp/releases/download/v2.6.5/Postgres-2.6.5-14.dmg
hdiutil attach Postgres-2.6.5-14.dmg
cp -r /Volumes/Postgres-2.6.5-14/Postgres.app /Applications/
hdiutil detach /Volumes/Postgres-2.6.5-14
cd build/src
macdeployqt qhot.app -qmldir=../../qml -dmg
cd ../..
Expand Down

0 comments on commit e2fb0ba

Please sign in to comment.