From 75b0efd049c356f7a242610413402f798ee64b1e Mon Sep 17 00:00:00 2001 From: William McSpaddden Date: Thu, 2 May 2024 12:59:30 -0500 Subject: [PATCH] intermediate checkin --- .github/workflows/compile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 197cfdd55..6e64781c4 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -17,10 +17,10 @@ jobs: # 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 : | - cd TEST_DIR_ROOT/riscv_tests.git ; \ # git clone https://github.com/riscv-software-src/riscv-tests.git riscv-tests ; \ # cd riscv-tests ; \ + run : | + cd TEST_DIR_ROOT/riscv_tests.git ; \ git checkout -t origin/riscv-tests-sail ; \ ls -l ; - name: Ensure pre-commit checks pass