From 92b2f19e48401bfa89e35a8ee671b270de7712dc Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Fri, 28 Apr 2023 21:04:03 +0200 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 000352b..89f30ab 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,6 +8,9 @@ environment: GETH_CC: C:\msys64\mingw64\bin\gcc.exe PATH: C:\msys64\mingw64\bin;C:\Program Files (x86)\NSIS\;%PATH% +install: + - git submodule update --init --depth 1 --recursive + - go version build_script: - ps: go build