mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-13 09:26:37 -04:00
Update version of Postgres installed in build-mac-intel
This commit is contained in:
parent
a7b602e684
commit
fc74ca4045
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -202,10 +202,10 @@ jobs:
|
||||
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
|
||||
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
|
||||
|
||||
- name: Build OnionShare
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user