fix: need to git checkout before we fetch cache

This commit is contained in:
Derrick Hammer 2023-06-25 03:09:53 -04:00
parent 9ba49a8be3
commit aa97328fb0
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: build needs: build
steps: steps:
- uses: actions/checkout@v3
- name: Fetch build cache - name: Fetch build cache
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with: