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