fix: resolve Windows build issues with macOS permissions #3
build-windows.yml
on: pull_request
Matrix: Build Windows App
Create Windows Release
0s
Annotations
2 errors and 1 notice
Build Windows App (x64)
Process completed with exit code 1.
|
Build Windows App (x64)
Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- league/flysystem-local is locked to version 3.30.0 and an update of this package was not requested.
- league/flysystem-local 3.30.0 requires ext-fileinfo * -> it is missing from your system. Install or enable PHP's fileinfo extension.
Problem 2
- league/mime-type-detection is locked to version 1.16.0 and an update of this package was not requested.
- league/mime-type-detection 1.16.0 requires ext-fileinfo * -> it is missing from your system. Install or enable PHP's fileinfo extension.
Problem 3
- nativephp/electron is locked to version dev-main and an update of this package was not requested.
- nativephp/electron dev-main requires ext-zip * -> it is missing from your system. Install or enable PHP's zip extension.
Problem 4
- league/flysystem is locked to version 3.30.0 and an update of this package was not requested.
- league/flysystem 3.30.0 requires league/flysystem-local ^3.0.0 -> satisfiable by league/flysystem-local[3.30.0].
- league/flysystem-local 3.30.0 requires ext-fileinfo * -> it is missing from your system. Install or enable PHP's fileinfo extension.
To enable extensions, verify that they are enabled in your .ini files:
- C:\tools\php\php.ini
You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with `--ignore-platform-req=ext-fileinfo --ignore-platform-req=ext-zip` to temporarily ignore these required extensions.
|
Build Windows App (x64)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|