Skip to content

Commit

Permalink
Fixed submodule checkout in warmup CI task (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gazizonoki authored Apr 8, 2024
1 parent efa48d5 commit 8125f14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/warmup_cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
if: github.event.pull_request.head.sha == ''
with:
submodules: true
- name: Install dependencies
uses: ./.github/actions/prepare_vm
- name: Prepare ccache timestamp
Expand Down

0 comments on commit 8125f14

Please sign in to comment.