diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ba1080..12e6136 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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 \ No newline at end of file