Skip to content

Commit

Permalink
upgrade postgrest
Browse files Browse the repository at this point in the history
  • Loading branch information
maparent committed Jul 28, 2024
1 parent 6b4bce2 commit bc40c76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
run: python ./scripts/initial_setup.py -u postgres -p postgres --no-create-development --no-create-production --app_name sensecraft
- name: install postgrest
run: |
wget https://github.com/PostgREST/postgrest/releases/download/v12.0.3/postgrest-v12.0.3-linux-static-x64.tar.xz
tar -Jxf postgrest-v12.0.3-linux-static-x64.tar.xz
rm postgrest-v12.0.3-linux-static-x64.tar.xz
wget https://github.com/PostgREST/postgrest/releases/download/v12.2.2/postgrest-v12.2.2-linux-static-x64.tar.xz
tar -Jxf postgrest-v12.2.2-linux-static-x64.tar.xz
rm postgrest-v12.2.2-linux-static-x64.tar.xz
sudo mv postgrest /usr/bin/
- name: Install server dependencies
working-directory: ./server
Expand Down

0 comments on commit bc40c76

Please sign in to comment.