From f6cd7e7f6818d6f5fc443b53dd79b5e12b0083ce Mon Sep 17 00:00:00 2001 From: Craig Date: Sun, 19 Apr 2020 00:18:04 +0000 Subject: [PATCH] gh actions test --- .github/workflows/neko.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/neko.yml b/.github/workflows/neko.yml index 283237cc..c7cec5df 100644 --- a/.github/workflows/neko.yml +++ b/.github/workflows/neko.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Check out code uses: actions/checkout@v2 + with: + path: '/usr/bin/git' - name: Fetch unshallow run: git fetch --prune --tags --unshallow