From 54914041649bb088ce4cd19cae30da5254473866 Mon Sep 17 00:00:00 2001 From: William McSpaddden Date: Thu, 2 May 2024 12:55:48 -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 2cb8185b9..3d6aa56ae 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -19,7 +19,7 @@ jobs: # git submodule update --init --recursive --remote run : | cd TEST_DIR_ROOT/ ; \ - git clone git@github.com:riscv-software-src/riscv-tests.git riscv-tests ; \ + git clone https://github.com/riscv-software-src/riscv-tests.git riscv-tests ; \ cd riscv-tests ; \ git checkout -t origin/riscv-tests-sail ; \ ls -l ;