Skip to content

Commit

Permalink
ci: enable caching tools
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Dec 29, 2023
1 parent 3ebcb5a commit b8f525a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.9"

- name: Install dependencies
run: |
pip install -U https://github.com/platformio/platformio/archive/develop.zip
Expand All @@ -26,6 +27,12 @@ jobs:
run: |
python3 .github/prepare_tools.py
- name: Caching Nuclei Tools
uses: actions/cache@v3
with:
path: prebuilt_dlcache
key: build

- name: Build examples
run: |
python3 .github/build_examples.py

0 comments on commit b8f525a

Please sign in to comment.