Skip to content

Commit

Permalink
Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
viordash committed Aug 20, 2024
1 parent 68a0295 commit 8d317ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
working-directory: ./PLC_esp8266
run: make project_prepare

- name: Requirements pip
working-directory: ./SDK/ESP8266_RTOS_SDK
run: python -m pip install --user -r requirements.txt

- name: Build ota
working-directory: ./PLC_esp8266
run: make ota

0 comments on commit 8d317ca

Please sign in to comment.