File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,19 @@ The goal of this docker image is provide a complete isolated environment for bui
88
99You can see a sample of use in github actions on [ E12AIO3 Firmware] ( https://github.com/e12aio3 )
1010
11- Thank you and enjoy! :enjoy:
11+ ``` yml
12+ name : ESP8266-RTOS-SDK Build
13+
14+ on :
15+ push :
16+ branches : [master]
17+
18+ jobs :
19+ build :
20+ runs-on : ubuntu-latest
21+ steps :
22+ - uses : actions/checkout@v2
23+ - uses : nsfilho/esp8266-rtos-sdk@v2
24+ ` ` `
25+
26+ Thank you and enjoy!
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ inputs:
1010 default : " defconfig all size-components"
1111runs :
1212 using : " docker"
13- image : " docker://nsfilho/esp8266-rtos-sdk"
13+ image : " docker://nsfilho/esp8266-rtos-sdk:3.3 "
1414 args :
1515 - ${{ inputs.makearg }}
You can’t perform that action at this time.
0 commit comments