mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-19 14:50:24 -04:00
Update version of Postgres installed in build-mac-intel
This commit is contained in:
parent
a7b602e684
commit
fc74ca4045
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -202,10 +202,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
brew install libiodbc
|
brew install libiodbc
|
||||||
cd ~/Downloads
|
cd ~/Downloads
|
||||||
curl -O -L https://github.com/PostgresApp/PostgresApp/releases/download/v2.5.12/Postgres-2.5.12-14.dmg
|
curl -O -L https://github.com/PostgresApp/PostgresApp/releases/download/v2.6.5/Postgres-2.6.5-14.dmg
|
||||||
hdiutil attach Postgres-2.5.12-14.dmg
|
hdiutil attach Postgres-2.6.5-14.dmg
|
||||||
cp -r /Volumes/Postgres-2.5.12-14/Postgres.app /Applications/
|
cp -r /Volumes/Postgres-2.6.5-14/Postgres.app /Applications/
|
||||||
hdiutil detach /Volumes/Postgres-2.5.12-14
|
hdiutil detach /Volumes/Postgres-2.6.5-14
|
||||||
|
|
||||||
- name: Build OnionShare
|
- name: Build OnionShare
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue