Another appveyor fix

This commit is contained in:
2025-09-05 20:11:51 +02:00
parent 790c7a32a1
commit e931a99284
2 changed files with 1 additions and 1 deletions

View File

@@ -17,7 +17,6 @@ install:
- cmd: |
git submodule update --init --recursive
call setup.bat
cd %APPVEYOR_BUILD_FOLDER%\maszyna
before_build:
- cmd: |

View File

@@ -3,4 +3,5 @@ echo Preparing vcpkg packages
cd ref\vcpkg
call bootstrap-vcpkg.bat
vcpkg install directx-dxc:x64-windows
cd ..\..
@echo ON