From ace2f3e61317e20301f242dbdbd79ce268fd6e9c Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Wed, 8 Apr 2026 01:59:17 +0200 Subject: [PATCH] Document why lib src cache is cross-OS See https://github.com/gbdev/rgbds/pull/1919#discussion_r3048475606 --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index afd33907..26f905e1 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -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.