Skip to content

Commit

Permalink
.github: checkout with submodules, for improved cache hit
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
  • Loading branch information
troglobit committed Jan 7, 2024
1 parent ee0c00a commit 96b027d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Restore Cache of dl/
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 96b027d

Please sign in to comment.