Skip to content

Commit

Permalink
sparse checkout?
Browse files Browse the repository at this point in the history
  • Loading branch information
grg-haas committed Jun 13, 2024
1 parent 85b53b6 commit f1fc60c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1fc60c

Please sign in to comment.