From e6a1559d795858d7f637cfe9df445bf0c9415f51 Mon Sep 17 00:00:00 2001 From: William McSpaddden Date: Wed, 1 May 2024 21:14:47 -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 72d4e9063..6938033c2 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -29,7 +29,7 @@ jobs: - name: Build RISC-V testsuite run: | cd TEST_DIR_ROOT/riscv_tests.git ; \ - git checkout -b sail-tests-sail --track remotes/origin/riscv-tests-sail ; \ + git checkout -b riscv-tests-sail --track remotes/origin/riscv-tests-sail ; \ echo ${PWD} ; ls ; \ autoconf ; \ ./configure --prefix=${PWD}/target ; \