Skip to content

Commit a0b6d68

Browse files
committed
optimizations
Signed-off-by: Kareem Farid <kareefardi@users.noreply.github.com>
1 parent 9cee49c commit a0b6d68

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/actions/setup-dependencies/action.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ inputs:
55
required: false
66
type: boolean
77
default: false
8+
github-token:
9+
type: string
810
runs:
911
using: "composite"
1012
steps:
@@ -46,22 +48,12 @@ runs:
4648
run: |
4749
make install-frigate
4850
cd ${{ env.FRIGATE_ROOT }}
49-
rm -rf maglef def openlane signoff spi LICENSE manifest .git
5051
- name: Download mgmt
5152
shell: bash
5253
if: ${{ steps.cache-mgmt.outputs.cache-hit != 'true' && inputs.cache-only != 'true' }}
5354
run: |
5455
make -C ${{ env.FRIGATE_ROOT }} install-mcw
5556
cd ${{ env.MGMT_ROOT }}
56-
rm -rf maglef def openlane scripts signoff spi LICENSE manifest docs lib litex lvs .git .githooks .github .travisCI docs lib spef xschem .gitignore .readthedocs.yml .travis.yml README.rst README.src.rst
57-
- name: Download PANAMAX
58-
shell: bash
59-
run: |
60-
make -C ${{ env.FRIGATE_ROOT }} install-panamax
61-
- name: Download analog
62-
shell: bash
63-
run: |
64-
make -C ${{ env.FRIGATE_ROOT }} install-analog
6557
- name: Download PDK
6658
shell: bash
6759
if: ${{ steps.cache-pdk.outputs.cache-hit != 'true' && inputs.cache-only != 'true' }}

0 commit comments

Comments
 (0)