From aa97328fb05a5d66c4937b970574f45069240b5c Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 25 Jun 2023 03:09:53 -0400 Subject: [PATCH] fix: need to git checkout before we fetch cache --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6e26d4d..23acd58 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,6 +31,7 @@ jobs: runs-on: ubuntu-latest needs: build steps: + - uses: actions/checkout@v3 - name: Fetch build cache uses: actions/download-artifact@v3 with: