From f71709f56c096b17632ab56fda17d884d884c779 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 16 Dec 2019 13:57:24 +0300 Subject: AppVeyor: install kernel modules as well --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index f3c3b1e..204f9b6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,7 +30,7 @@ install: build_script: - '"%python_exe%" um/cmake/ci/build_appveyor.py --install "%install_dir%"' - - ps: .\.appveyor\build.ps1 + - ps: .\.appveyor\build.ps1 -InstallDir $env:install_dir for: # Only build Release builds for master to speed things up: -- cgit v1.2.3