yaqwsx / jlcparts

Better parametric search for components available for JLC PCB assembly
https://yaqwsx.github.io/jlcparts/
MIT License
538 stars 51 forks source link

Fix build space? #134

Closed ukd1 closed 1 month ago

ukd1 commented 1 month ago

I can't run this myself, but this should fix #132 - and the fix is the same as Bouni/kicad-jlcpcb-tools#492 / Bouni/kicad-jlcpcb-tools#498.

This:

Note:

Bouni commented 1 month ago

@yaqwsx For me this didn't do the trick, but adding this to the workflow file as a step did it:

      - name: Free more Space, Found in https://github.com/actions/runner-images/issues/2840#issuecomment-790492173
        run: |
          sudo rm -rf /usr/share/dotnet
          sudo rm -rf /opt/ghc
          sudo rm -rf "/usr/local/share/boost"
          sudo rm -rf "$AGENT_TOOLSDIRECTORY"
ukd1 commented 1 month ago

@Bouni great - lmk if you want me to update or just close this if you wanna make a different PR!

yaqwsx commented 1 month ago

Since we already have https://github.com/yaqwsx/jlcparts/commit/7d2d0df453ebbc8e109a67a2ca96ca4aff5667f1 and the updates are working, I suggest closing this PR.