From 3fc3f5e6f7d83a43a5eaec0cfebb361f7711f32e Mon Sep 17 00:00:00 2001 From: "Michael D. Norman" Date: Thu, 12 May 2022 08:11:44 -0500 Subject: [PATCH] chore: [#3] install git for yarn --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4119316..bb82c1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,8 @@ jobs: steps: - name: Check out code uses: actions/checkout@v3 + - name: Install git + run: apk add --no-cache git - name: Install dependencies run: yarn install --frozen-lockfile - name: Build