mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 10:59:36 +00:00
Document why lib src cache is cross-OS
See https://github.com/gbdev/rgbds/pull/1919#discussion_r3048475606
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user