Skip to content

[fltk]: update fltk to 1.4.1 #47699

[fltk]: update fltk to 1.4.1

[fltk]: update fltk to 1.4.1 #47699

Triggered via pull request January 17, 2025 19:50
Status Failure
Total duration 15s
Artifacts

untrustedPR.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Check
All vcpkg.json files must be formatted. To fix this problem, run: ./vcpkg format-manifest ports/*/vcpkg.json It should make the following changes:```diff diff --git a/ports/fltk/vcpkg.json b/ports/fltk/vcpkg.json index 9cba36d..8ffd4f0 100644 --- a/ports/fltk/vcpkg.json +++ b/ports/fltk/vcpkg.json @@ -35,14 +35,14 @@ "opengl" ], "features": { + "fluid": { + "description": "Builds the FLUID rad tool" + }, "opengl": { "description": "OpenGL support", "dependencies": [ "opengl" ] - }, - "fluid": { - "description": "Builds the FLUID rad tool" } } } ```
Check
PRs must add only one version, and must not modify any published versions. When making any changes to a library, the version or port-version in vcpkg.json must be modified, and the version database updated. Making the following changes will fix this problem:```diff error: checked-in files for fltk have changed but the version was not updated version: 1.4.1 old SHA: b080424a2358ae805702f39646a424e5a71eb883 new SHA: 7f856521662bd4769c833a90da52522d3c79395a Did you remember to update the version or port version? Use --overwrite-version to bypass this check See https://learn.microsoft.com/vcpkg/commands/add-version?WT.mc_id=vcpkg_inproduct_cli#--overwrite-version for more information. ***No files were updated*** ```