fix: need to git checkout before we fetch cache
This commit is contained in:
parent
9ba49a8be3
commit
aa97328fb0
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue