mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-22 22:31:02 -04:00
Postgres download fix
This commit is contained in:
parent
9fd1b42490
commit
a60b27b330
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -206,7 +206,7 @@ jobs:
|
||||||
- name: Install cx_Freeze/PySide6 build dependencies
|
- name: Install cx_Freeze/PySide6 build dependencies
|
||||||
run: |
|
run: |
|
||||||
brew install libiodbc
|
brew install libiodbc
|
||||||
curl -O -L https://github.com/PostgresApp/PostgresApp/releases/download/v2.6.5/Postgres-2.6.5-14.dmg --output ~/Downloads/Postgres-2.6.5-14.dmg
|
curl -L https://github.com/PostgresApp/PostgresApp/releases/download/v2.6.5/Postgres-2.6.5-14.dmg --output ~/Downloads/Postgres-2.6.5-14.dmg
|
||||||
cd ~/Downloads && echo "26a2a8a877008cba735d7d8b734dd6e445b2962ce372de6f6b5add3113705920 Postgres-2.6.5-14.dmg" | shasum -a 256 --check
|
cd ~/Downloads && echo "26a2a8a877008cba735d7d8b734dd6e445b2962ce372de6f6b5add3113705920 Postgres-2.6.5-14.dmg" | shasum -a 256 --check
|
||||||
hdiutil attach 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/
|
cp -r /Volumes/Postgres-2.6.5-14/Postgres.app /Applications/
|
||||||
|
@ -323,7 +323,7 @@ jobs:
|
||||||
- name: Install cx_Freeze/PySide6 build dependencies
|
- name: Install cx_Freeze/PySide6 build dependencies
|
||||||
run: |
|
run: |
|
||||||
brew install libiodbc
|
brew install libiodbc
|
||||||
curl -O -L https://github.com/PostgresApp/PostgresApp/releases/download/v2.6.5/Postgres-2.6.5-14.dmg --output ~/Downloads/Postgres-2.6.5-14.dmg
|
curl -L https://github.com/PostgresApp/PostgresApp/releases/download/v2.6.5/Postgres-2.6.5-14.dmg --output ~/Downloads/Postgres-2.6.5-14.dmg
|
||||||
cd ~/Downloads && echo "26a2a8a877008cba735d7d8b734dd6e445b2962ce372de6f6b5add3113705920 Postgres-2.6.5-14.dmg" | shasum -a 256 --check
|
cd ~/Downloads && echo "26a2a8a877008cba735d7d8b734dd6e445b2962ce372de6f6b5add3113705920 Postgres-2.6.5-14.dmg" | shasum -a 256 --check
|
||||||
hdiutil attach 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/
|
cp -r /Volumes/Postgres-2.6.5-14/Postgres.app /Applications/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue