From 62395c829ef03dbf2b4d04597422777ac0f0603b Mon Sep 17 00:00:00 2001 From: Kareem Farid Date: Mon, 29 Apr 2024 15:35:38 +0300 Subject: [PATCH] Clone master branch --- .github/workflows/run_IP.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_IP.yaml b/.github/workflows/run_IP.yaml index b4d3fdc..23285e1 100644 --- a/.github/workflows/run_IP.yaml +++ b/.github/workflows/run_IP.yaml @@ -51,7 +51,7 @@ jobs: - name: Install EF_UVM (EF_UVM) if: ${{ inputs.is-ip }} run: | - git clone https://github.com/efabless/EF_UVM.git ${{ env.EF_UVM_PATH }} --branch="support-ip-ci" + git clone https://github.com/efabless/EF_UVM.git ${{ env.EF_UVM_PATH }} - name: Set Artifact Name id: set_artifact_name run: |