From 275d29df9919328120b24eeccda36cf9cae1be29 Mon Sep 17 00:00:00 2001 From: William McSpaddden Date: Thu, 2 May 2024 12:14:37 -0500 Subject: [PATCH] intermediate checkin --- .github/workflows/compile.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 2b76b7900..ae1c88ab1 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -13,10 +13,14 @@ jobs: with: submodules: recursive - name: Update submodule branch +# run : | +# git config --file=.gitmodules submodule.TEST_DIR_ROOT/riscv_tests.git.branch riscv-tests-sail ; \ +# git submodule sync ; \ +# git submodule update --init --recursive --remote run : | - git config --file=.gitmodules submodule.TEST_DIR_ROOT/riscv_tests.git.branch riscv-tests-sail ; \ - git submodule sync ; \ - git submodule update --init --recursive --remote + cd TES_DIR_ROOT/riscv_tests.git ; \ + git fetch ; \ + git checkout riscv-tests-sail ; - name: Ensure pre-commit checks pass run: pip install pre-commit && pre-commit run --all-files --show-diff-on-failure --color=always - name: Init opam