fltk/.github
Albrecht Schlosser c1a7c4af04 Fix GitHub Actions (CI) for Windows builds
This was necessary because the latest GitHub "runner" image (20221120.1)
includes incompatible image libs (libjpeg, libpng, and zlib). This
caused `fluid-cmd.exe` to fail with error code -1073741511. For further
information please refer to this GitHub Issue:
  https://github.com/actions/runner-images/issues/6627

The previous runner version (20221027.1) did not include these libs
and our build used the internal libs and worked.

The fix is to disable the search for system libs in CMake.

Note: this does not explain *why* these libs are incompatible.
2022-11-25 17:24:18 +01:00
..
ISSUE_TEMPLATE Improve wording of GitHub Issue Templates 2022-09-30 18:01:04 +02:00
workflows Fix GitHub Actions (CI) for Windows builds 2022-11-25 17:24:18 +01:00