Fix Windows build contrib

This commit is contained in:
Filipe PINTO 2025-08-01 15:08:06 +02:00 committed by GitHub
parent 19835abf4a
commit e4c17013ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManage
Install git, llvm, nsis and python3 Install git, llvm, nsis and python3
```pwsh ```pwsh
choco install --confirm --no-progress git winlibs-llvm-free nsis choco install --confirm --no-progress git winlibs-llvm-free llvm nsis
choco install --confirm --no-progress python311 choco install --confirm --no-progress python311
python -m pip install --upgrade pip --quiet python -m pip install --upgrade pip --quiet
``` ```