Skip to content

Commit

Permalink
Fix AppVeyor submodule checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Gumball2415 committed Oct 24, 2023
1 parent 3ba43b4 commit 2d8b274
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Dn_main_appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ configuration:
- ASAN-Release
- ASAN-Debug
shallow_clone: false
cache:
- C:\RLibrary
- C:\Program Files (x86)\Pandoc\
install:
- ps: >-
if (-Not (Test-Path "C:\Program Files (x86)\Pandoc\")) {
cinst pandoc
}
- ps: $env:Path += ";C:\Program Files (x86)\Pandoc\"
- pandoc -v
- git submodule update --init --recursive
build:
project: Dn-FamiTracker.sln
parallel: true
Expand Down

0 comments on commit 2d8b274

Please sign in to comment.