mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-04-19 18:05:05 +00:00
Update github actions
This commit is contained in:
parent
923bd67e06
commit
c0998f80dd
2
.github/actions/build-firmware/action.yml
vendored
2
.github/actions/build-firmware/action.yml
vendored
@ -16,7 +16,7 @@ runs:
|
||||
submodules: recursive
|
||||
- name: 'Board select'
|
||||
shell: bash
|
||||
run: cp sdkconfig.board.${{ inputs.board_id }} sdkconfig
|
||||
run: python device.py ${{ inputs.board_id }}
|
||||
- name: 'Build'
|
||||
uses: espressif/esp-idf-ci-action@v1
|
||||
with:
|
||||
|
||||
2
.github/actions/build-sdk/action.yml
vendored
2
.github/actions/build-sdk/action.yml
vendored
@ -16,7 +16,7 @@ runs:
|
||||
submodules: recursive
|
||||
- name: 'Board select'
|
||||
shell: bash
|
||||
run: cp sdkconfig.board.${{ inputs.board_id }} sdkconfig
|
||||
run: python device.py ${{ inputs.board_id }}
|
||||
- name: 'Build'
|
||||
uses: espressif/esp-idf-ci-action@v1
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user