From e2fb0ba7c18f800ffa91d4feac2ecc1f35a3db13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Fri, 22 Nov 2024 19:04:46 -0300 Subject: [PATCH] ci: Install mac dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae8eae9..4bcefa8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 ../..