From 60bfd41e84f077e6028b0ec24f6be41b0735010a Mon Sep 17 00:00:00 2001 From: Nobuo Tsukamoto Date: Sun, 4 Feb 2024 18:17:38 +0900 Subject: [PATCH] update riscv workflow. --- .github/workflows/build_riscv.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_riscv.yml b/.github/workflows/build_riscv.yml index 8919780..d64c044 100755 --- a/.github/workflows/build_riscv.yml +++ b/.github/workflows/build_riscv.yml @@ -113,7 +113,7 @@ jobs: # checkout repository - name: Clone repository run: | - git clone -b ${TARGET_VERSION} https://github.com/riscv/meta-riscv.git + git clone https://github.com/riscv/meta-riscv.git git clone -b ${TARGET_VERSION} https://github.com/openembedded/openembedded-core.git git clone -b ${TARGET_BITBAKE_VERSION} https://github.com/openembedded/bitbake.git git clone -b ${TARGET_VERSION} https://github.com/openembedded/meta-openembedded.git