File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
.github/actions/setup-dependencies Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 55 required : false
66 type : boolean
77 default : false
8+ github-token :
9+ type : string
810runs :
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' }}
You can’t perform that action at this time.
0 commit comments