Disable animations
This commit is contained in:
@@ -16,7 +16,7 @@ runs:
|
|||||||
with:
|
with:
|
||||||
esp_idf_version: v5.5
|
esp_idf_version: v5.5
|
||||||
path: ./Apps/${{ inputs.app_name }}
|
path: ./Apps/${{ inputs.app_name }}
|
||||||
command: 'python tactility.py build'
|
command: 'python tactility.py build --no-animations'
|
||||||
- name: 'Upload Artifact'
|
- name: 'Upload Artifact'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user