From e931a992841323377fd4a41d982251d070f50643 Mon Sep 17 00:00:00 2001 From: Hirek Date: Fri, 5 Sep 2025 20:11:51 +0200 Subject: [PATCH] Another appveyor fix --- appveyor.yml | 1 - setup.bat | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index babeefcd..6693a5f5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,6 @@ install: - cmd: | git submodule update --init --recursive call setup.bat - cd %APPVEYOR_BUILD_FOLDER%\maszyna before_build: - cmd: | diff --git a/setup.bat b/setup.bat index 4ec354df..7b6fa491 100644 --- a/setup.bat +++ b/setup.bat @@ -3,4 +3,5 @@ echo Preparing vcpkg packages cd ref\vcpkg call bootstrap-vcpkg.bat vcpkg install directx-dxc:x64-windows +cd ..\.. @echo ON