From de282815978ab2e3d6850065ca84a725230b80f0 Mon Sep 17 00:00:00 2001 From: otya128 Date: Tue, 4 Jul 2017 18:29:29 +0900 Subject: [PATCH] Fix fix appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e6ad817..ac54b2d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,5 @@ install: - cd c:\projects - - git submodule init && git submodule update - ps: | $wc = New-Object System.Net.WebClient try @@ -22,6 +21,7 @@ install: build_script: - cd c:\projects\otyaSMILEBASIC + - git submodule init && git submodule update - c:\projects\dub\dub.exe build after_build: