From c9c6c283615421506b43b91e328ddc7230a3487b Mon Sep 17 00:00:00 2001 From: William McSpaddden Date: Thu, 2 May 2024 16:19:07 -0500 Subject: [PATCH] intermediate checkin --- .github/workflows/compile.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 75d990162..75676ad62 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -11,7 +11,8 @@ jobs: - name: Check out repository code uses: actions/checkout@HEAD with: - submodules: recursive +# submodules: recursive + submodules: true - name: Update submodule branch # run : | # git config --file=.gitmodules submodule.TEST_DIR_ROOT/riscv_tests.git.branch riscv-tests-sail ; \