From f1fc60cb8eb0060b4a07c24febd47bbbe7599f91 Mon Sep 17 00:00:00 2001 From: Gregor Haas Date: Wed, 12 Jun 2024 17:37:15 -0700 Subject: [PATCH] sparse checkout? --- .github/workflows/test-system.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-system.yml b/.github/workflows/test-system.yml index 2099d1564..090574ffb 100644 --- a/.github/workflows/test-system.yml +++ b/.github/workflows/test-system.yml @@ -16,11 +16,13 @@ jobs: bits: 32 steps: - # We don't need submodules here since Keystone is a monorepo! - name: Checkout Keystone uses: actions/checkout@v4 with: - submodules: 'false' + submodules: 'true' + sparse-checkout: | + Makefile + scripts/ # - name: Restore build directory # uses: actions/download-artifact@v4