Skip to content

Cache Platform #73

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
3 tasks done
Yee36951 opened this issue Jan 9, 2025 · 0 comments
Open
3 tasks done

Cache Platform #73

Yee36951 opened this issue Jan 9, 2025 · 0 comments
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement

Comments

@Yee36951
Copy link

Yee36951 commented Jan 9, 2025

Describe the request

Cache the downloaded Arduino platform

Every time an Action is executed, the platform needs to be downloaded. However, the files downloaded by a single version are almost the same, and they are all huge. We hope to reduce the running time of the Action by caching the platform.

Describe the current behavior

      - name: Install Platform
        run: |
          arduino-cli core update-index
          arduino-cli core install esp32:esp32 --additional-urls https://espressif.github.io/arduino-esp32/package_esp32_index.json

'arduino/setup-arduino-cli' version

arduino-cli 0.34.2 x64

Additional context

No response

Issue checklist

  • I searched for previous requests in the issue tracker
  • I verified the feature was still missing when using the latest version
  • My request contains all necessary details
@Yee36951 Yee36951 added the type: enhancement Proposed improvement label Jan 9, 2025
@per1234 per1234 added the topic: code Related to content of the project itself label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Development

No branches or pull requests

2 participants