From a14c3fcffc30c696771c28861b96d3b128957811 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Mon, 6 Feb 2023 20:53:27 -0800 Subject: Install libiodbc and postgres --- .github/workflows/build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 713e2644..02574494 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -187,6 +187,15 @@ jobs: ./scripts/build-pt-meek.sh fi + - name: Install cx_Freeze/PySide6 build dependencies + run: | + brew install libiodbc + cd ~/Downloads + curl -O -L https://github.com/PostgresApp/PostgresApp/releases/download/v2.5.12/Postgres-2.5.12-14.dmg + hdiutil attach Postgres-2.5.12-14.dmg + cp -r /Volumes/Postgres-2.5.12-14/Postgres.app /Applications/ + hdiutil detach /Volumes/Postgres-2.5.12-14 + - name: Build OnionShare run: | cd desktop -- cgit v1.2.3-54-g00ecf