lockbox

password manager
Log | Files | Refs | README | LICENSE

commit 86a52c7518866b62c3c25fbc9f94899a9a3fe8ef
parent 91cac07fead4a5f49bccce847de36620a10546f6
Author: Sean Enck <sean@ttypty.com>
Date:   Fri, 17 Feb 2023 19:12:09 -0500

more brew commands

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

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -24,6 +24,10 @@ jobs: macos-build: runs-on: macos-latest steps: + - name: "brew update" + run: brew update + - name: "brew upgrade" + run: brew upgrade - name: "deps" run: brew install make go - name: "build"