Skip to content

Commit

Permalink
Increase fetch depth to 100 to increase cache hits
Browse files Browse the repository at this point in the history
AVD installation is one of the longest parts of the CI process
  • Loading branch information
heapcrash committed Jun 5, 2020
1 parent 8137494 commit 8ca5713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 10 # used only for optimizing jre away
fetch-depth: 100 # used only for optimizing jre away

- name: Cache for pip
uses: actions/cache@v1
Expand Down

0 comments on commit 8ca5713

Please sign in to comment.