commit 198149fa96ea9fdf1840fd105f42167ebdcbab5c parent dabaf4c3421f19231abca5a1f4edde164bbd3cd1 Author: Sean Enck <sean@ttypty.com> Date: Thu, 14 Jul 2022 18:48:43 -0400 need git too Diffstat:
| M | .github/workflows/main.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: "deps" - run: apk add go make bash + run: apk add go make bash git - name: "build" run: make - name: "check"