From 0c5ab9a9839f959ce67db6df8c8a84440094f99e Mon Sep 17 00:00:00 2001 From: William McSpaddden Date: Thu, 2 May 2024 12:15:45 -0500 Subject: [PATCH] intermediate checkin --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index ae1c88ab1..fb01073f5 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -18,7 +18,7 @@ jobs: # git submodule sync ; \ # git submodule update --init --recursive --remote run : | - cd TES_DIR_ROOT/riscv_tests.git ; \ + cd TEST_DIR_ROOT/riscv_tests.git ; \ git fetch ; \ git checkout riscv-tests-sail ; - name: Ensure pre-commit checks pass