diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 67beb6029..6c55e958c 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -31,7 +31,7 @@ jobs: cd TEST_DIR_ROOT/ ; \ git submodule update --init --recursive ; \ cd riscv_tests.git ; \ - git checkout riscv-tests-tail ; \ + git checkout riscv-tests-sail ; \ autoconf ; \ ./configure --prefix=${PWD}/target ; \ make isa ;