From 63f46c0018aa83e3e0b56e14f5416df185dc1c8c Mon Sep 17 00:00:00 2001 From: William McSpaddden Date: Thu, 2 May 2024 12:53:10 -0500 Subject: [PATCH] intermediate checkin --- .github/workflows/compile.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index da254c596..2cb8185b9 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -19,7 +19,6 @@ jobs: # git submodule update --init --recursive --remote run : | cd TEST_DIR_ROOT/ ; \ - git clone git clone git@github.com:riscv-software-src/riscv-tests.git riscv-tests ; \ cd riscv-tests ; \ git checkout -t origin/riscv-tests-sail ; \