1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-30 15:33:56 +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: brew install openssl sqlite mysql++
run: brew install openssl sqlite libpq mysql
- name: Cache cargo registry
uses: actions/cache@v1.0.3