Fix to support building for multiple architectures
This commit is contained in:
Ken Van Hoeylandt
2026-01-07 21:54:36 +01:00
committed by GitHub
parent b6c27b64d4
commit eeef409752
+3 -1
View File
@@ -16,7 +16,9 @@ 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' # The export reset prevents an error when building other targets
# The default environment variable is set to "esp32" by the GitHub Action
command: 'export IDF_TARGET= && python tactility.py build'
- name: 'Upload Artifact' - name: 'Upload Artifact'
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with: