lockbox

password manager
Log | Files | Refs | README | LICENSE

commit 6359d90094c33fa7b39d4ebd012f73ce0b9640bf
parent cee64c7530939911a68a2667c0a8aa2385bdf7de
Author: Sean Enck <sean@ttypty.com>
Date:   Sat,  8 Apr 2023 17:06:33 -0400

already installed

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 @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: "deps" - run: sudo apt-get install -y make git golang + run: sudo apt-get install -y golang - name: "build" run: make .runci macos-build: