diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 202e23a..46217b1 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -34,6 +34,8 @@ jobs: run: psql postgres://wartid:wartid@localhost/wartid --command='create extension "uuid-ossp";' - uses: actions/checkout@v2 - uses: Swatinem/rust-cache@v1 + - name: Install psql + run: apt install postgresql-client-12 - name: Apply migrations working-directory: ./wartid-server/ run: diesel migration run