commit 91cac07fead4a5f49bccce847de36620a10546f6 parent e7d65d1158f1b22afc08075c1d62204a61c1b350 Author: Sean Enck <sean@ttypty.com> Date: Fri, 17 Feb 2023 19:07:49 -0500 this did not work Diffstat:
| M | .github/workflows/build.yml | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -24,8 +24,6 @@ jobs: macos-build: runs-on: macos-latest steps: - - name: "deps rm" - run: brew remove go - name: "deps" run: brew install make go - name: "build"