From 7b6d5d14fa6953c2d186c9bdf2a5fbed5c2565ed Mon Sep 17 00:00:00 2001 From: William McSpaddden Date: Thu, 2 May 2024 12:58:20 -0500 Subject: [PATCH] intermediate checkin --- .github/workflows/compile.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 3d6aa56ae..197cfdd55 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -18,9 +18,9 @@ jobs: # git submodule sync ; \ # git submodule update --init --recursive --remote run : | - cd TEST_DIR_ROOT/ ; \ - git clone https://github.com/riscv-software-src/riscv-tests.git riscv-tests ; \ - cd riscv-tests ; \ + cd TEST_DIR_ROOT/riscv_tests.git ; \ +# git clone https://github.com/riscv-software-src/riscv-tests.git riscv-tests ; \ +# cd riscv-tests ; \ git checkout -t origin/riscv-tests-sail ; \ ls -l ; - name: Ensure pre-commit checks pass