lockbox

password manager
Log | Files | Refs | README | LICENSE

commit a46ff4196b3588d8f2630091b1a86533af039f28
parent 2618209aa832717f0c37880dd9783b8fa1f1f44b
Author: Sean Enck <sean@ttypty.com>
Date:   Fri, 19 Apr 2024 20:33:27 -0400

is this dep required?

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

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: display: ubuntu - name: ubuntu-latest image: alpine:latest - deps: "apk add make git" + deps: "apk add make" display: alpine - name: macos-latest image: null