Skip to content

Commit

Permalink
Fix workspace creation
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Apr 28, 2024
1 parent a9715d5 commit 9a88d97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run_IP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ jobs:
path: ${{ env.EF_UVM_PATH }}
- name: Install IP (IP)
uses: actions/checkout@v4
if: ${{ inputs.is-ip }}
with:
path: ${{ env.IP_PATH }}
- name: Install EF_UVM (EF_UVM)
if: ${{ inputs.is-ip }}
run: |
git clone https://github.com/efabless/EF_UVM.git ${{ env.EF_UVM_PATH }}
- name: Upload Workspace
Expand Down

0 comments on commit 9a88d97

Please sign in to comment.