Skip to content

Commit

Permalink
testing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marwaneltoukhy committed Oct 23, 2023
1 parent 9dead4f commit 374ce71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/user_project_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
sudo chown -R $USER:$USER ${{ env.PDK_ROOT }}
make install
cd ${{ env.CARAVEL_ROOT }}
rm -rf gds mag maglef def lef openlane scripts signoff spi LICENSE manifest
rm -rf gds mag maglef def lef openlane scripts signoff spi LICENSE manifest .git
- name: Tarball Caravel
run: |
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
make ${{ matrix.targets }}
if [[ "${{ env.dep_name }}" == "mgmt_core_wrapper" ]]; then
cd ${{ env.dep_root }}
rm -rf gds mag maglef def lef openlane scripts signoff spi LICENSE manifest docs lib litex lvs
rm -rf gds mag maglef def lef openlane scripts signoff spi LICENSE manifest docs lib litex lvs .git
fi
- name: Tarball Dependencies
Expand Down

0 comments on commit 374ce71

Please sign in to comment.