0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-20 12:58:38 +02:00

Update rust-win.yml

This commit is contained in:
Sebastian Schmidt 2019-12-25 11:59:07 +11:00
parent 824137a02c
commit bdb90460c4
No known key found for this signature in database
GPG key ID: 80B9687901B6587C

View file

@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: choco install openssl sqlite postgres mysql
run: choco install openssl sqlite postgresql12 mysql
- name: Cache cargo registry
uses: actions/cache@v1.0.3