We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae3886 commit 09b2ff7Copy full SHA for 09b2ff7
.github/workflows/push.yml
@@ -22,6 +22,12 @@ jobs:
22
- uses: actions/setup-python@v2
23
with:
24
python-version: '3.x'
25
+ - name: Cache tools
26
+ id: cache-linux
27
+ uses: actions/cache@v2
28
+ with:
29
+ path: ./tools/dist
30
+ key: ${{ runner.os }}-${{ hashFiles('package/package_esp32_index.template.json', 'tools/get.py') }}
31
- name: Build Sketches
32
run: bash ./.github/scripts/on-push.sh ${{ matrix.chunk }} 15
33
0 commit comments