From 6d956a130c74420b5dc8d049a62b3a995c456edf Mon Sep 17 00:00:00 2001 From: William McSpaddden Date: Thu, 2 May 2024 12:25:18 -0500 Subject: [PATCH] intermediate checkin --- .github/workflows/compile.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index f1938b127..bc9c763fc 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -20,7 +20,7 @@ jobs: run : | cd TEST_DIR_ROOT/riscv_tests.git ; \ git fetch ; \ - git checkout -b riscv-tests-sail ; \ + git checkout -t riscv-tests-sail ; \ ls -l ; - name: Ensure pre-commit checks pass run: pip install pre-commit && pre-commit run --all-files --show-diff-on-failure --color=always @@ -39,7 +39,6 @@ jobs: - name: Build RISC-V testsuite run: | cd TEST_DIR_ROOT/riscv_tests.git ; \ - git checkout -b riscv-tests-sail remotes/origin/riscv-tests-sail ; \ echo ${PWD} ; ls ; \ autoconf ; \ ./configure --prefix=${PWD}/target ; \