From 7dff9493c140f44883a1ceb5452afce73fe2efa5 Mon Sep 17 00:00:00 2001 From: William McSpaddden Date: Thu, 2 May 2024 15:55:32 -0500 Subject: [PATCH] intermediate checkin --- .github/workflows/compile.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 6e64781c4..350ea3cd6 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -20,7 +20,9 @@ jobs: # git clone https://github.com/riscv-software-src/riscv-tests.git riscv-tests ; \ # cd riscv-tests ; \ run : | - cd TEST_DIR_ROOT/riscv_tests.git ; \ + cd TEST_DIR_ROOT/ ; \ + ln -s riscv_tests.git riscv_tests; \ + cd riscv_tests ; \ git checkout -t origin/riscv-tests-sail ; \ ls -l ; - name: Ensure pre-commit checks pass