vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit bdb90460c4f4bf6c7e2e483b8b086cf888d704dc
parent 824137a02c095b315054fffe18b718793831be7b
Author: Sebastian Schmidt <publicarray@users.noreply.github.com>
Date:   Wed, 25 Dec 2019 11:59:07 +1100

Update rust-win.yml

Diffstat:
M.github/workflows/rust-win.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/rust-win.yml b/.github/workflows/rust-win.yml @@ -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