mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Windows 2025 no longer has a D:/ drive <https://github.com/actions/runner-images/issues/12416> which affects where the cached files go. This can result in one of two errors in the "Install zlib" step after restoring from cache: - file cannot create directory: D:/a/rgbds/rgbds/install_dir/lib. Maybe need administrative privileges. - file INSTALL cannot find "C:/a/rgbds/rgbds/zbuild/Release/zlib1.dll": File exists. Separate caches per OS should solve this problem.