lockbox

password manager
Log | Files | Refs | README | LICENSE

commit 66b64ed999ca6687dacf50247b979d9c4fd25c55
parent 54eaab60f7e718dccc8958aed9f47e2696df4941
Author: Sean Enck <sean@ttypty.com>
Date:   Sun, 28 Sep 2025 19:47:40 -0400

try and fix tar warning for build

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 @@ -22,7 +22,7 @@ jobs: - name: ubuntu-latest image: alpine:latest display: alpine - deps: apk add make + deps: apk add make tar - name: macos-latest image: null display: macos