We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee4227d + 99a03b7 commit ec22a03Copy full SHA for ec22a03
.github/workflows/wokwi.yml
@@ -81,18 +81,6 @@ jobs:
81
if: steps.check-tests.outputs.enabled == 'true'
82
uses: wokwi/wokwi-ci-server-action@v1
83
84
- - name: Get binaries
85
- if: steps.check-tests.outputs.enabled == 'true'
86
- id: cache-build-binaries
87
- uses: actions/cache/restore@v4
88
- with:
89
- fail-on-cache-miss: true
90
- key: tests-${{ env.id }}-bin
91
- path: |
92
- ~/.arduino/tests/**/build*.tmp/*.bin
93
- ~/.arduino/tests/**/build*.tmp/*.elf
94
- ~/.arduino/tests/**/build*.tmp/*.json
95
-
96
- name: Install Wokwi CLI
97
98
run: curl -L https://wokwi.com/ci/install.sh | sh
0 commit comments