1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-18 17:43:57 +00:00

update dependencies to build workflows

This commit is contained in:
Sebastian Schmidt 2019-12-25 11:16:35 +11:00
parent 2edc699eac
commit 824137a02c
No known key found for this signature in database
GPG key ID: 80B9687901B6587C
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: sudo apt update && sudo apt install --no-install-recommends openssl sqlite3 libmysql++-dev
run: sudo apt update && sudo apt install --no-install-recommends openssl sqlite3 libmysql++-dev libpq-dev
- name: Cache cargo registry
uses: actions/cache@v1.0.3