Skip to content

Commit 12aed36

Browse files
committed
2 parents f93edd7 + c612e74 commit 12aed36

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/msbuild.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v3
2121
with:
22+
lfs: true
2223
submodules: 'recursive'
2324

2425
- name: Add MSBuild to PATH

update4dmh.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
git submodule update --remote --merge
2-
git add .
1+
git submodule update --remote --merge --recursive
2+
git add .

0 commit comments

Comments
 (0)