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 0a88f020e1ca33a8ab80029d96bfe6ea3d66aa2e
parent 24edc94f9df10940be0f20c324da3b2fe9d1bbc5
Author: Sebastian Schmidt <publicarray@users.noreply.github.com>
Date:   Sun,  5 Jan 2020 20:45:03 +1100

Disable Windows workflow

Diffstat:
M.github/workflows/workspace.yml | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/workspace.yml b/.github/workflows/workspace.yml @@ -19,7 +19,7 @@ jobs: - x86_64-unknown-linux-gnu # - x86_64-unknown-linux-musl - x86_64-apple-darwin - - x86_64-pc-windows-msvc + # - x86_64-pc-windows-msvc include: - target: x86_64-unknown-linux-gnu os: ubuntu-latest @@ -30,9 +30,9 @@ jobs: - target: x86_64-apple-darwin os: macOS-latest ext: - - target: x86_64-pc-windows-msvc - os: windows-latest - ext: .exe + # - target: x86_64-pc-windows-msvc + # os: windows-latest + # ext: .exe runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v1