Skip to content

Commit a124599

Browse files
committed
Restore timestamps for submodules too
1 parent 57a9d36 commit a124599

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

.github/workflows/compile.yml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,26 @@ jobs:
1111
- uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0
14-
15-
- name: Get submodules
16-
run: git submodule update --init --recursive
14+
submodules: true
1715

1816
- name: Restore Timestamps
1917
uses: chetan/[email protected]
2018

19+
- name: Restore Timestamps Minhook
20+
uses: chetan/[email protected]
21+
with:
22+
working-directory: 'vendor/minhook'
23+
24+
- name: Restore Timestamps IXWebSocket
25+
uses: chetan/[email protected]
26+
with:
27+
working-directory: 'vendor/IXWebSocket'
28+
29+
- name: Restore Timestamps shv
30+
uses: chetan/[email protected]
31+
with:
32+
working-directory: 'vendor/shv'
33+
2134
- name: Enable Developer Command Prompt
2235
uses: ilammy/[email protected]
2336

0 commit comments

Comments
 (0)