Document why lib src cache is cross-OS

See https://github.com/gbdev/rgbds/pull/1919#discussion_r3048475606
This commit is contained in:
ISSOtm
2026-04-08 01:59:17 +02:00
committed by Eldred Habert
parent 8d1a60d6b5
commit ace2f3e613
+1 -1
View File
@@ -173,7 +173,7 @@ jobs:
with:
path: ${{ env.DEPS_ROOT_DIR }}/*-tmp/
key: dep-srcs-${{ hashFiles('cmake/deps.cmake') }}
enableCrossOsArchive: true
enableCrossOsArchive: true # Currently only used on Windows, but the contents are OS-agnostic.
- name: Build Windows binaries
shell: bash
run: | # ASan seems to be broken on Windows, so we disable it.